Hello community,
here is the log from the commit of package openSUSE-Tumbleweed-Yomi for
openSUSE:Factory checked in at 2019-10-18 14:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Yomi (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Yomi.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-Tumbleweed-Yomi"
Fri Oct 18 14:36:33 2019 rev:10 rq:739202 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-Yomi/openSUSE-Tumbleweed-Yomi.changes
2019-10-08 19:58:18.156130593 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-Yomi.new.2352/openSUSE-Tumbleweed-Yomi.changes
2019-10-18 14:36:35.283746451 +0200
@@ -1,0 +2,10 @@
+Thu Oct 10 12:08:06 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Add SUSEConnect for product registering
+
+-------------------------------------------------------------------
+Wed Oct 9 09:48:11 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update FQDN where master lives by default
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yomi.kiwi ++++++
--- /var/tmp/diff_new_pack.po5opA/_old 2019-10-18 14:36:35.807745086 +0200
+++ /var/tmp/diff_new_pack.po5opA/_new 2019-10-18 14:36:35.807745086 +0200
@@ -109,6 +109,7 @@
<package name="kernel-default"/>
<!-- Yomi requirements -->
+ <package name="SUSEConnect"/>
<package name="btrfsprogs"/>
<package name="bzip2"/>
<package name="dosfstools"/>
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.po5opA/_old 2019-10-18 14:36:35.875744909 +0200
+++ /var/tmp/diff_new_pack.po5opA/_new 2019-10-18 14:36:35.875744909 +0200
@@ -179,12 +179,12 @@
# Add a systemd overlay for salt-minion.service that will set the
# master address to looking for. We can inject the master address via
# the boot parameters, using the variable 'master'. For example:
-# 'master=master'. By default the master address will be 'master'
+# 'master=10.0.2.2'. By default the master address will be 'salt'
cat > /usr/bin/master.sh <<-'EOF'
#!/bin/sh
# Default value of master
- master=master
+ master=salt
# Search for the parameter 'master=' in /proc/cmdline
for arg in $(cat /proc/cmdline); do