Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2020-12-04 21:27:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Fri Dec  4 21:27:10 2020 rev:146 rq:852711 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2020-11-05 
21:53:03.780434676 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new.5913/apparmor.changes      
2020-12-04 21:27:11.838013706 +0100
@@ -1,0 +2,20 @@
+Wed Dec  2 19:29:34 UTC 2020 - Christian Boltz <suse-b...@cboltz.de>
+
+- update to AppArmor 3.0.1
+  - minor additions to profiles and abstractions
+  - some bugfixes in libapparmor, apparmor_parser and the aa-* utils
+  - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.0.1
+    for the detailed upstream changelog
+- removed upstream(ed) patches:
+  - changes-since-3.0.0.diff
+  - extra-profiles-fix-Pux.diff
+  - utils-fix-hotkey-conflict.diff
+
+-------------------------------------------------------------------
+Wed Dec  2 14:31:18 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use apache provided variables for the module_directry:
+  + Use %apache_libexecdir
+  + Add apache-rpm-macros BuildRequires
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/apparmor/libapparmor.changes     2020-11-05 
21:53:03.896434415 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new.5913/libapparmor.changes   
2020-12-04 21:27:11.890013781 +0100
@@ -1,0 +2,8 @@
+Wed Dec  2 19:28:22 UTC 2020 - Christian Boltz <suse-b...@cboltz.de>
+
+- update to AppArmor 3.0.1
+  - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.0.1
+    for the detailed upstream changelog
+  - drop upstream patch changes-since-3.0.0.diff
+
+-------------------------------------------------------------------

Old:
----
  apparmor-3.0.0.tar.gz
  apparmor-3.0.0.tar.gz.asc
  changes-since-3.0.0.diff
  extra-profiles-fix-Pux.diff
  utils-fix-hotkey-conflict.diff

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

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.CC8AuH/_old  2020-12-04 21:27:12.834015136 +0100
+++ /var/tmp/diff_new_pack.CC8AuH/_new  2020-12-04 21:27:12.834015136 +0100
@@ -32,10 +32,9 @@
 #define APPARMOR_DOC_DIR /usr/share/doc/packages/apparmor-docs/
 #define JNI_SO libJNIChangeHat.so
 %define JAR_FILE changeHatValve.jar
-%define apache_module_path %(/usr/sbin/apxs2 -q LIBEXECDIR)
 
 Name:           apparmor
-Version:        3.0.0
+Version:        3.0.1
 Release:        0
 Summary:        AppArmor userlevel parser utility
 License:        GPL-2.0-or-later
@@ -65,15 +64,6 @@
 # workaround for boo#1119937 / lp#1784499 - allow network access for reading 
files on NFS (proper solution needs kernel fix)
 Patch5:         apparmor-lessopen-nfs-workaround.diff
 
-# changes since 3.0.0 release up to 3e18c0785abc03ee42a022a67a27a085516a7921
-Patch6:         changes-since-3.0.0.diff
-
-# fix hotkey conflict for utils (de, id and sv), and fix the test (accepted 
upstream 2020-11-01 https://gitlab.com/apparmor/apparmor/-/merge_requests/675)
-Patch10:        utils-fix-hotkey-conflict.diff
-
-# fix invalid Pux (should be PUx) in inactive profile - breaks creating a new 
profile with aa-autodep, aa-logprof and aa-genprof (accepted upstream 
2020-11-01 https://gitlab.com/apparmor/apparmor/-/merge_requests/676)
-Patch11:        extra-profiles-fix-Pux.diff
-
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix /lib/apparmor
@@ -100,6 +90,7 @@
 %endif
 
 %if %{with apache}
+BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
 %endif
 
@@ -334,9 +325,6 @@
 %patch3 -p1
 %patch4
 %patch5
-%patch6 -p1
-%patch10 -p1
-%patch11 -p1
 
 %build
 %define _lto_cflags %{nil}
@@ -685,7 +673,7 @@
 
 %files -n apache2-mod_apparmor
 %defattr(-,root,root)
-%{apache_module_path}/mod_apparmor.so
+%{apache_libexecdir}/mod_apparmor.so
 %doc %{_mandir}/man8/mod_apparmor.8.gz
 %endif
 

++++++ libapparmor.spec ++++++
--- /var/tmp/diff_new_pack.CC8AuH/_old  2020-12-04 21:27:12.858015170 +0100
+++ /var/tmp/diff_new_pack.CC8AuH/_new  2020-12-04 21:27:12.862015176 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           libapparmor
-Version:        3.0.0
+Version:        3.0.1
 Release:        0
 Summary:        Utility library for AppArmor
 License:        LGPL-2.1-or-later
@@ -31,7 +31,6 @@
 BuildRequires:  flex
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch1:         changes-since-3.0.0.diff
 
 %description
 This package provides the libapparmor library, which contains the
@@ -68,7 +67,6 @@
 
 %prep
 %setup -q -n apparmor-%{version}
-%patch1 -p1
 
 %build
 %define _lto_cflags %{nil}

++++++ apparmor-3.0.0.tar.gz -> apparmor-3.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/apparmor/apparmor-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.apparmor.new.5913/apparmor-3.0.1.tar.gz differ: 
char 5, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to