Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Factory checked in at 2022-04-22 21:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Fri Apr 22 21:52:46 2022 rev:30 rq:970861 version:84.87
Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes
2022-02-03 23:17:11.680322722 +0100
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.1538/kiwi-templates-JeOS.changes
2022-04-22 21:53:09.702731301 +0200
@@ -1,0 +2,5 @@
+Thu Apr 14 12:32:44 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Switch to NetworkManager except for OpenStack-Cloud
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.9Lhi2I/_old 2022-04-22 21:53:10.382732076 +0200
+++ /var/tmp/diff_new_pack.9Lhi2I/_new 2022-04-22 21:53:10.386732080 +0200
@@ -273,7 +273,6 @@
<package name="parted"/>
<package name="systemd-sysvinit"/>
<package name="timezone"/>
- <package name="wicked"/>
<package name="iproute2"/>
<package name="openssh"/>
<package name="rsync"/>
@@ -295,15 +294,19 @@
<package name="snapper"/>
<!-- Only if not cloud-init -->
- <package name="jeos-firstboot"/>
+ <!-- Require 1.2.0.0 for proper NM support.
+ Not sure whether this syntax is intentionally supported but it
appears to work. -->
+ <package name="jeos-firstboot >= 1.2.0.0"/>
<package name="fbiterm"/> <!-- Optionally used by jeos-firstboot for
non-latin fonts -->
+ <!-- NM everywhere except that cloud-init needs wicked -->
+ <package name="NetworkManager"/>
<!-- Not useful with OpenStack -->
<package name="firewalld"/>
</packages>
- <!-- Shim for secure boot everywhere except for RPi -->
<packages type="image"
profiles="kvm-and-xen,VMware,MS-HyperV,OpenStack-Cloud">
+ <!-- Shim for secure boot everywhere except for RPi -->
<package name="shim" arch="aarch64,x86_64"/>
</packages>
@@ -338,7 +341,8 @@
<package name="dracut-kiwi-oem-repart"/>
<package name="kernel-default"/>
<!-- For WiFi: -->
- <package name="jeos-firstboot-rpiwifi"/>
+ <package name="wireless-tools"/>
+ <package name="wpa_supplicant"/>
<package name="bcm43xx-firmware"/>
<package name="kernel-firmware"/><!-- Fix choice between
kernel-firmware and kernel-firmware-all -->
<package name="u-boot-rpiarm64" arch="aarch64"/>
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.9Lhi2I/_old 2022-04-22 21:53:10.526732239 +0200
+++ /var/tmp/diff_new_pack.9Lhi2I/_new 2022-04-22 21:53:10.526732239 +0200
@@ -83,6 +83,11 @@
systemctl enable firewalld.service
fi
+# Enable NetworkManager if installed
+if rpm -q --whatprovides NetworkManager >/dev/null; then
+ systemctl enable NetworkManager.service
+fi
+
#======================================
# Add repos from control.xml
#--------------------------------------