Hello community,

here is the log from the commit of package monitoring-plugins-zypper for 
openSUSE:Factory checked in at 2019-04-17 10:07:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-zypper (Old)
 and      /work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monitoring-plugins-zypper"

Wed Apr 17 10:07:47 2019 rev:15 rq:694434 version:1.96

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/monitoring-plugins-zypper.changes
      2018-08-20 16:21:35.845007028 +0200
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new.17052/monitoring-plugins-zypper.changes
   2019-04-17 10:07:53.574747053 +0200
@@ -1,0 +2,12 @@
+Sun Apr 14 16:10:57 UTC 2019 - Christian Boltz <[email protected]>
+
+- update AppArmor profile:
+ - adjust paths for usrMerge (related to boo#1132350)
+  - change {,usr/} alternations to {usr/,} which is the prefered syntax
+
+-------------------------------------------------------------------
+Fri Apr 12 14:17:08 CEST 2019 - [email protected]
+
+- adapt apparmor profile for bash move to /usr 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ monitoring-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.dfW7Fh/_old  2019-04-17 10:07:54.926748613 +0200
+++ /var/tmp/diff_new_pack.dfW7Fh/_new  2019-04-17 10:07:54.934748623 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package monitoring-plugins-zypper
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 

++++++ usr.lib.nagios.plugins.check_zypper ++++++
--- /var/tmp/diff_new_pack.dfW7Fh/_old  2019-04-17 10:07:55.010748711 +0200
+++ /var/tmp/diff_new_pack.dfW7Fh/_new  2019-04-17 10:07:55.014748715 +0200
@@ -15,7 +15,7 @@
   /{,usr/}bin/awk   rix,
   /{,usr/}bin/gawk  rix,
   /{,usr/}bin/rpm px -> /usr/lib/nagios/plugins/check_zypper//rpm,
-  /bin/bash rix,
+  /{,usr/}bin/bash rix,
   /{,usr/}bin/sudo Ux,
 
   # as we do not know how people name the ignore file, we 
@@ -50,8 +50,8 @@
     /var/log/zypp-refresh.log w,
     /usr/sbin/zypp-refresh rmix,
 
-    /bin/cp rix,
-    /bin/bash rix,
+    /{usr/,}bin/cp rix,
+    /{usr/,}bin/bash rix,
     /usr/bin/rpmdb2solv         rix,
     /usr/bin/zypper px -> /usr/lib/nagios/plugins/check_zypper//zypper,
     /usr/bin/gpg2 px -> /usr/lib/nagios/plugins/check_zypper//gpg,
@@ -77,17 +77,17 @@
     /usr/bin/mergesolv          rix,
 
     /usr/bin/find               rix,
-    /bin/bash                   rix,
-    /bin/rm                     rix,
-    /bin/cat                    rix,
-    /bin/sed                    rix,
-    /bin/gzip                   rix,
-    /{,usr/}bin/grep            rix,
-    /{,usr/}bin/gzip            rix,
-    /{,usr/}bin/bzip2           rix,
-    /{,usr/}bin/lzma            rix,
-    /{,usr/}bin/xz              rix,
-    /bin/mktemp                 rix,
+    /{usr/,}bin/bash            rix,
+    /{usr/,}bin/rm                     rix,
+    /{usr/,}bin/cat                    rix,
+    /{usr/,}bin/sed                    rix,
+    /{usr/,}bin/gzip                   rix,
+    /{usr/,}bin/grep            rix,
+    /{usr/,}bin/gzip            rix,
+    /{usr/,}bin/bzip2           rix,
+    /{usr/,}bin/lzma            rix,
+    /{usr/,}bin/xz              rix,
+    /{usr/,}bin/mktemp                 rix,
 
     /var/cache/zypp/** rw,
   }
@@ -119,7 +119,7 @@
     # /etc/apparmor.d/local/usr.lib.nagios.plugins.check_zypper
     #include <local/usr.lib.nagios.plugins.check_zypper.zypp_refresh>
 
-    /bin/bash rix,
+    /{,usr/}bin/bash rix,
     /usr/bin/rpmdb2solv         rix,
     /usr/bin/zypper rmix,
     /usr/share/zypper/ r,
@@ -137,7 +137,7 @@
     # if you have additional changes, please add them in the file
     # /etc/apparmor.d/local/usr.lib.nagios.plugins.check_zypper
     #include <local/usr.lib.nagios.plugins.check_zypper.zypp_refresh>
-    /{,usr/}bin/rpm rmix,
+    /{usr/,}bin/rpm rmix,
   }
 
   # Site-specific additions and overrides. See local/README for details.


Reply via email to