Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2017-09-25 13:57:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Mon Sep 25 13:57:26 2017 rev:104 rq:528520 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2017-08-24 
18:26:41.654661781 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2017-09-25 
13:57:27.959299913 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 09:14:02 UTC 2017 - co...@suse.com
+
+- add apparmor-fix-podsyntax.patch from mailing list to fix
+  compilation with perl 5.26
+
+-------------------------------------------------------------------

New:
----
  apparmor-fix-podsyntax.patch

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.7duyKR/_old  2017-09-25 13:57:28.755187934 +0200
+++ /var/tmp/diff_new_pack.7duyKR/_new  2017-09-25 13:57:28.759187372 +0200
@@ -85,6 +85,9 @@
 Patch12:        apparmor-yast-cleanup.patch
 Patch13:        apparmor-json-support.patch
 
+# https://marc.info/?l=apparmor-dev&m=150151113011870&q=p7
+Patch14:        apparmor-fix-podsyntax.patch
+
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix /lib/apparmor
@@ -391,6 +394,7 @@
 %patch11
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 # search for left-over multiline rules
 test -z "$(grep -r '^\s*\(unix\|dbus\)[^,]\(([^)]*)\)*[^,]*$' 
profiles/apparmor.d/)"


++++++ apparmor-fix-podsyntax.patch ++++++
Author: Jamie Strandboge <ja...@canonical.com>
Description: update aa-status.pod for updated podchecker
Bug-Ubuntu: https://launchpad.net/bugs/1707614
Forwarded: yes
Index: apparmor-2.11.0/utils/aa-status.pod
===================================================================
--- apparmor-2.11.0.orig/utils/aa-status.pod
+++ apparmor-2.11.0/utils/aa-status.pod
@@ -102,23 +102,23 @@ following values:
 
 =over 4
 
-=item 0
+=item B<0>
 
 if apparmor is enabled and policy is loaded.
 
-=item 1
+=item B<1>
 
 if apparmor is not enabled/loaded.
 
-=item 2
+=item B<2>
 
 if apparmor is enabled but no policy is loaded.
 
-=item 3
+=item B<3>
 
 if the apparmor control files aren't available under /sys/kernel/security/.
 
-=item 4
+=item B<4>
 
 if the user running the script doesn't have enough privileges to read
 the apparmor control files.


Reply via email to