Hello community,
here is the log from the commit of package kiwi-templates-JeOS for
openSUSE:Factory checked in at 2020-09-05 23:58:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS"
Sat Sep 5 23:58:17 2020 rev:18 rq:831437 version:84.87
Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes
2020-09-01 20:08:04.960612460 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.3399/kiwi-templates-JeOS.changes
2020-09-05 23:58:45.283144243 +0200
@@ -1,0 +2,6 @@
+Wed Sep 2 10:00:36 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Drop call of baseCleanMount, not necessary
+- Replace suseInsertService with direct systemctl enable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
kiwi-templates-JeOS.spec: same change
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.E96YVG/_old 2020-09-05 23:58:45.835144519 +0200
+++ /var/tmp/diff_new_pack.E96YVG/_new 2020-09-05 23:58:45.835144519 +0200
@@ -67,10 +67,10 @@
# not useful for cloud
systemctl mask systemd-firstboot.service
- suseInsertService cloud-init-local
- suseInsertService cloud-init
- suseInsertService cloud-config
- suseInsertService cloud-final
+ systemctl enable cloud-init-local
+ systemctl enable cloud-init
+ systemctl enable cloud-config
+ systemctl enable cloud-final
else
# Enable jeos-firstboot
mkdir -p /var/lib/YaST2
@@ -113,7 +113,7 @@
# Enable chrony if installed
#-------------------------------------
if [ -f /etc/chrony.conf ]; then
- suseInsertService chronyd
+ systemctl enable chronyd
fi
#======================================
@@ -125,8 +125,3 @@
# Disable installing documentation
#--------------------------------------
sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g'
/etc/zypp/zypp.conf
-
-# Not compatible with set -e
-baseCleanMount || true
-
-exit 0