Hello community,

here is the log from the commit of package yast2-security for 
openSUSE:Leap:15.2 checked in at 2020-02-04 17:54:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Tue Feb  4 17:54:14 2020 rev:29 rq:768908 version:4.2.10

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2-security/yast2-security.changes  
2020-01-17 11:58:57.536438503 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.yast2-security.new.26092/yast2-security.changes   
    2020-02-04 17:54:37.844756922 +0100
@@ -1,0 +2,6 @@
+Thu Jan 23 13:04:04 UTC 2020 - Steffen Winterfeldt <snw...@suse.com>
+
+- don't use /bin/systemctl compat symlink (bsc#1160890)
+- 4.2.10
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-security.spec ++++++
--- /var/tmp/diff_new_pack.hkDrjv/_old  2020-02-04 17:54:38.304757200 +0100
+++ /var/tmp/diff_new_pack.hkDrjv/_new  2020-02-04 17:54:38.304757200 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        4.2.9
+Version:        4.2.10
 Release:        0
 Summary:        YaST2 - Security Configuration
 License:        GPL-2.0-only

++++++ yast2-security-4.2.9.tar.bz2 -> yast2-security-4.2.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.2.9/package/yast2-security.changes 
new/yast2-security-4.2.10/package/yast2-security.changes
--- old/yast2-security-4.2.9/package/yast2-security.changes     2020-01-13 
13:52:36.000000000 +0100
+++ new/yast2-security-4.2.10/package/yast2-security.changes    2020-01-23 
14:16:01.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jan 23 13:04:04 UTC 2020 - Steffen Winterfeldt <snw...@suse.com>
+
+- don't use /bin/systemctl compat symlink (bsc#1160890)
+- 4.2.10
+
+-------------------------------------------------------------------
 Mon Jan 13 12:22:00 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
 
 - convert old init.d to systemd (jsc#SLE-10976)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-4.2.9/package/yast2-security.spec 
new/yast2-security-4.2.10/package/yast2-security.spec
--- old/yast2-security-4.2.9/package/yast2-security.spec        2020-01-13 
13:52:36.000000000 +0100
+++ new/yast2-security-4.2.10/package/yast2-security.spec       2020-01-23 
14:16:01.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        4.2.9
+Version:        4.2.10
 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.9/src/modules/Security.rb 
new/yast2-security-4.2.10/src/modules/Security.rb
--- old/yast2-security-4.2.9/src/modules/Security.rb    2020-01-13 
13:52:36.000000000 +0100
+++ new/yast2-security-4.2.10/src/modules/Security.rb   2020-01-23 
14:16:01.000000000 +0100
@@ -248,13 +248,13 @@
       @sysctl_file = nil
 
       @activation_mapping = {
-        "DHCPD_RUN_CHROOTED"           => "/bin/systemctl try-restart 
dhcpd.service",
-        "DHCPD_RUN_AS"                 => "/bin/systemctl try-restart 
dhcpd.service",
+        "DHCPD_RUN_CHROOTED"           => "/usr/bin/systemctl try-restart 
dhcpd.service",
+        "DHCPD_RUN_AS"                 => "/usr/bin/systemctl try-restart 
dhcpd.service",
         # restart sendmail or postfix - whatever is installed
-        "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"
+        "SMTPD_LISTEN_REMOTE"          => "/usr/bin/systemctl try-restart 
sendmail postfix",
+        "net.ipv4.tcp_syncookies"      => "/usr/bin/systemctl try-restart 
network",
+        "net.ipv4.ip_forward"          => "/usr/bin/systemctl try-restart 
network",
+        "net.ipv6.conf.all.forwarding" => "/usr/bin/systemctl try-restart 
network"
       }
 
       @shadow_config = nil


Reply via email to