Hello community,

here is the log from the commit of package kiwi-templates-JeOS for 
openSUSE:Factory checked in at 2020-02-04 19:51:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-JeOS"

Tue Feb  4 19:51:39 2020 rev:7 rq:769883 version:84.87

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes  
2020-01-12 23:18:13.094679303 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.26092/kiwi-templates-JeOS.changes
       2020-02-04 19:52:00.057274275 +0100
@@ -1,0 +2,5 @@
+Tue Feb  4 08:55:36 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Use systemctl instead of chkconfig
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
kiwi-templates-JeOS.spec: same change
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.u3f8LF/_old  2020-02-04 19:52:00.793274704 +0100
+++ /var/tmp/diff_new_pack.u3f8LF/_new  2020-02-04 19:52:00.793274704 +0100
@@ -76,7 +76,7 @@
 #======================================
 # Enable sshd
 #--------------------------------------
-chkconfig sshd on
+systemctl enable sshd.service
 
 if [ -e /etc/cloud/cloud.cfg ]; then
         # not useful for cloud
@@ -97,7 +97,7 @@
 
 # Enable firewalld if installed
 if [ -x /usr/sbin/firewalld ]; then
-        chkconfig firewalld on
+        systemctl enable firewalld.service
 fi
 
 # Set GRUB2 to boot graphically (bsc#1097428)


Reply via email to