Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kiwi-templates-Minimal for
openSUSE:Factory checked in at 2022-04-20 16:57:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-Minimal"
Wed Apr 20 16:57:24 2022 rev:2 rq:971024 version:84.87.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
2022-04-01 21:38:16.456070176 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1941/kiwi-templates-Minimal.changes
2022-04-20 16:57:52.330653434 +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:
------------------
++++++ Minimal.kiwi ++++++
--- /var/tmp/diff_new_pack.OI2wdi/_old 2022-04-20 16:57:52.690653770 +0200
+++ /var/tmp/diff_new_pack.OI2wdi/_new 2022-04-20 16:57:52.694653774 +0200
@@ -278,7 +278,6 @@
<package name="parted"/>
<package name="systemd-sysvinit"/>
<package name="timezone"/>
- <package name="wicked"/>
<package name="iproute2"/>
<package name="openssh"/>
<package name="rsync"/>
@@ -300,15 +299,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>
@@ -343,7 +346,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.OI2wdi/_old 2022-04-20 16:57:52.762653837 +0200
+++ /var/tmp/diff_new_pack.OI2wdi/_new 2022-04-20 16:57:52.766653841 +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
#--------------------------------------