Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2022-11-24 12:22:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Thu Nov 24 12:22:03 2022 rev:184 rq:1037411 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2022-10-10 
18:46:27.603113707 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new.1597/apparmor.changes      
2022-11-24 12:22:05.328862723 +0100
@@ -1,0 +2,18 @@
+Tue Nov 22 18:54:46 UTC 2022 - Christian Boltz <suse-b...@cboltz.de>
+
+- update to AppArmor 3.1.2
+  - lots of cleanups, improvements and bugfixes in all areas
+  - rework internal profile storage and handling in the aa-* tools
+  - support boolean variable definitions in the aa-* tools
+  - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.1.1
+    and https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.1.2
+    for the detailed upstream changelog
+- remove upstream(ed) patches:
+  - apparmor-3.0.7-egrep.patch
+  - dnsmasq.diff
+  - profiles-permit-php-fpm-pid-files-directly-under-run.patch
+  - zgrep-profile-mr870.diff
+- no longer ship precompiled profile cache for Tumbleweed (boo#1205659)
+- BuildRequire iproute2 (needed for aa-unconfined tests)
+
+-------------------------------------------------------------------

Old:
----
  apparmor-3.0.7-egrep.patch
  apparmor-3.0.7.tar.gz
  apparmor-3.0.7.tar.gz.asc
  dnsmasq.diff
  profiles-permit-php-fpm-pid-files-directly-under-run.patch
  zgrep-profile-mr870.diff

New:
----
  apparmor-3.1.2.tar.gz
  apparmor-3.1.2.tar.gz.asc

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.iJpB1L/_old  2022-11-24 12:22:06.248868569 +0100
+++ /var/tmp/diff_new_pack.iJpB1L/_new  2022-11-24 12:22:06.252868595 +0100
@@ -37,7 +37,14 @@
 %bcond_without perl
 %bcond_without python3
 %bcond_without ruby
+
+%if 0%{?suse_version} <= 1550
+# enable precompiled profile cache on <= 15.x
 %bcond_without precompiled_cache
+%else
+# don't build precompiled profile cache on Tumbleweed as long as it's purely 
validated based on timestamps (boo#1205659)
+%bcond_with precompiled_cache
+%endif
 
 %define CATALINA_HOME /usr/share/tomcat6
 #define APPARMOR_DOC_DIR /usr/share/doc/packages/apparmor-docs/
@@ -45,7 +52,7 @@
 %define JAR_FILE changeHatValve.jar
 
 Name:           apparmor
-Version:        3.0.7
+Version:        3.1.2
 Release:        0
 Summary:        AppArmor userlevel parser utility
 License:        GPL-2.0-or-later
@@ -79,22 +86,9 @@
 # make <apache2.d> include in apache extra profile optional to make openQA 
happy (boo#1178527)
 Patch6:         apache-extra-profile-include-if-exists.diff
 
-# add zgrep and xzgrep profile (merged upstream 2022-04-12 
https://gitlab.com/apparmor/apparmor/-/merge_requests/870 + merged upstream 
2022-04-18 https://gitlab.com/apparmor/apparmor/-/merge_requests/873
-#                               + merged upstream 2022-06-29 
https://gitlab.com/apparmor/apparmor/-/merge_requests/892 - master only)
-Patch9:         zgrep-profile-mr870.diff
-
-# add missing r permissions for dnsmasc//libvirt-leaseshelper (merged upstream 
2022-08-22 https://gitlab.com/apparmor/apparmor/-/merge_requests/905)
-Patch10:        dnsmasq.diff
-
-# permit php-fpm pid files under run (merged upstream 2022-08-26 
https://gitlab.com/apparmor/apparmor/-/merge_requests/914)
-Patch11:        profiles-permit-php-fpm-pid-files-directly-under-run.patch
-
 # allow reading /sys/devices/system/cpu/possible in 
dnsmasc//libvirt-leaseshelper (boo#1202849, submitted upstream 2022-08-28 
https://gitlab.com/apparmor/apparmor/-/merge_requests/917)
 Patch12:        dnsmasq-cpu-possible.diff
 
-# avoid warnings with GNU grep 3.8 (boo#1203092, from upstream)
-Patch13:        apparmor-3.0.7-egrep.patch
-
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix %{?usrmerged:/usr}/lib/apparmor
@@ -102,6 +96,7 @@
 BuildRequires:  dejagnu
 BuildRequires:  flex
 BuildRequires:  gcc-c++
+BuildRequires:  iproute2
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
 BuildRequires:  python3
@@ -359,11 +354,7 @@
 %patch4
 %patch5
 %patch6
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
 %patch12 -p1
-%patch13 -p1
 
 %build
 export SUSE_ASNEEDED=0

++++++ libapparmor.spec ++++++
--- /var/tmp/diff_new_pack.iJpB1L/_old  2022-11-24 12:22:06.276868747 +0100
+++ /var/tmp/diff_new_pack.iJpB1L/_new  2022-11-24 12:22:06.280868772 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           libapparmor
-Version:        3.0.7
+Version:        3.1.2
 Release:        0
 Summary:        Utility library for AppArmor
 License:        LGPL-2.1-or-later

++++++ apparmor-3.0.7.tar.gz -> apparmor-3.1.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/apparmor/apparmor-3.0.7.tar.gz 
/work/SRC/openSUSE:Factory/.apparmor.new.1597/apparmor-3.1.2.tar.gz differ: 
char 12, line 1

Reply via email to