Hello community,

here is the log from the commit of package yast2-security for 
openSUSE:Leap:15.2 checked in at 2020-01-17 11:58:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2-security (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.yast2-security.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-security"

Fri Jan 17 11:58:56 2020 rev:28 rq:764553 version:4.2.9

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2-security/yast2-security.changes  
2020-01-15 16:32:22.448883604 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.yast2-security.new.26092/yast2-security.changes   
    2020-01-17 11:58:57.536438503 +0100
@@ -1,0 +2,6 @@
+Mon Jan 13 12:22:00 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
+
+- convert old init.d to systemd (jsc#SLE-10976)
+- 4.2.9
+
+-------------------------------------------------------------------

Old:
----
  yast2-security-4.2.8.tar.bz2

New:
----
  yast2-security-4.2.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-security.spec ++++++
--- /var/tmp/diff_new_pack.LEBV1D/_old  2020-01-17 11:58:57.884438656 +0100
+++ /var/tmp/diff_new_pack.LEBV1D/_new  2020-01-17 11:58:57.888438658 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-security
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        4.2.8
+Version:        4.2.9
 Release:        0
 Summary:        YaST2 - Security Configuration
 License:        GPL-2.0-only

++++++ yast2-security-4.2.8.tar.bz2 -> yast2-security-4.2.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.2.8/package/yast2-security.changes 
new/yast2-security-4.2.9/package/yast2-security.changes
--- old/yast2-security-4.2.8/package/yast2-security.changes     2019-12-12 
15:23:51.000000000 +0100
+++ new/yast2-security-4.2.9/package/yast2-security.changes     2020-01-13 
13:52:36.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Jan 13 12:22:00 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
+
+- convert old init.d to systemd (jsc#SLE-10976)
+- 4.2.9
+
+-------------------------------------------------------------------
 Thu Dec 12 12:01:35 CET 2019 - sch...@suse.de
 
 - Added to rnc file: sys_gid_max, sys_gid_min, sys_uid_max,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.2.8/package/yast2-security.spec 
new/yast2-security-4.2.9/package/yast2-security.spec
--- old/yast2-security-4.2.8/package/yast2-security.spec        2019-12-12 
15:23:51.000000000 +0100
+++ new/yast2-security-4.2.9/package/yast2-security.spec        2020-01-13 
13:52:36.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        4.2.8
+Version:        4.2.9
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.2.8/src/modules/Security.rb 
new/yast2-security-4.2.9/src/modules/Security.rb
--- old/yast2-security-4.2.8/src/modules/Security.rb    2019-12-12 
15:23:51.000000000 +0100
+++ new/yast2-security-4.2.9/src/modules/Security.rb    2020-01-13 
13:52:36.000000000 +0100
@@ -248,14 +248,13 @@
       @sysctl_file = nil
 
       @activation_mapping = {
-        "SYSLOG_ON_NO_ERROR"           => "/etc/init.d/boot.clock start",
-        "DHCPD_RUN_CHROOTED"           => "/etc/init.d/dhcpd restart",
-        "DHCPD_RUN_AS"                 => "/etc/init.d/dhcpd restart",
+        "DHCPD_RUN_CHROOTED"           => "/bin/systemctl try-restart 
dhcpd.service",
+        "DHCPD_RUN_AS"                 => "/bin/systemctl try-restart 
dhcpd.service",
         # restart sendmail or postfix - whatever is installed
-        "SMTPD_LISTEN_REMOTE"          => "(test -e /etc/init.d/sendmail && 
VERBOSE=false /usr/lib/sendmail.d/update && /etc/init.d/sendmail restart) || 
(test -e /etc/init.d/postfix && /usr/sbin/SuSEconfig.postfix && 
/etc/init.d/postfix restart)",
-        "net.ipv4.tcp_syncookies"      => "/etc/init.d/boot.ipconfig start",
-        "net.ipv4.ip_forward"          => "/etc/init.d/boot.ipconfig start",
-        "net.ipv6.conf.all.forwarding" => "/etc/init.d/boot.ipconfig start"
+        "SMTPD_LISTEN_REMOTE"          => "/bin/systemctl try-restart sendmail 
postfix",
+        "net.ipv4.tcp_syncookies"      => "/bin/systemctl try-restart network",
+        "net.ipv4.ip_forward"          => "/bin/systemctl try-restart network",
+        "net.ipv6.conf.all.forwarding" => "/bin/systemctl try-restart network"
       }
 
       @shadow_config = nil


Reply via email to