Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2012-06-06 10:33:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2012-05-09 
07:24:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2012-06-06 
10:33:48.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Jun  2 19:55:14 UTC 2012 - [email protected]
+
+- update to AppArmor 2.8.0 (= r2047)
+  - new utility aa-easyprof - templated profile generation tool (the resulting
+    profile may be less strict than profiles generated with genprof/logprof)
+  - various small bugfixes
+- removed upstreamed patches
+
+-------------------------------------------------------------------

Old:
----
  apparmor-2.7.103.tar.gz
  apparmor-dnsmasq-profile-fix.patch
  apparmor-techdoc.patch

New:
----
  apparmor-2.8.0.tar.gz

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.hiEblJ/_old  2012-06-06 10:33:50.000000000 +0200
+++ /var/tmp/diff_new_pack.hiEblJ/_new  2012-06-06 10:33:50.000000000 +0200
@@ -43,7 +43,7 @@
 %if ! %{?distro:1}0
   %define distro suse
 %endif
-Version:        2.7.103
+Version:        2.8.0
 Release:        0
 Summary:        AppArmor userlevel parser utility
 License:        GPL-2.0+
@@ -71,12 +71,6 @@
 # create Immunix::SubDomain perl module - only included for openSUSE <= 12.1 - 
bnc#720617 #c7
 Patch21:        apparmor-utils-subdomain-compat
 
-# bnc#738905 - commited upstream (after 2.7.2 / 2.8 beta5)
-Patch22:        apparmor-dnsmasq-profile-fix.patch
-
-# use hyperref and use techdoc.tex's file date for the pdf's creation and mod 
date (avoids useless rebuilds) - patch sent upstream after 2.8 beta5
-Patch30:        apparmor-techdoc.patch
-
 Url:            https://launchpad.net/apparmor
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -413,13 +407,6 @@
 %patch21 -p1
 %endif
 %endif
-%patch22 -p1
-
-# preserve timestamp of techdoc.tex
-touch -r parser/techdoc.tex parser/techdoc.timestamp 
-%patch30 -p0
-# preserve timestamp of techdoc.tex
-touch -r parser/techdoc.timestamp parser/techdoc.tex
 
 # profile for winbindd (bnc#748499, not upstreamed yet)
 test ! -e profiles/apparmor.d/usr.sbin.winbindd
@@ -568,8 +555,8 @@
 %doc common/apparmor.css
 %doc parser/techdoc.pdf parser/techdoc/techdoc.html parser/techdoc/techdoc.css 
parser/techdoc.txt
 # apparmor.vim is included in the vim package. Ideally it should be in a 
-devel package, but that's overmuch for one file
-%dir /usr/share/apparmor
-/usr/share/apparmor/apparmor.vim
+%dir %{_datadir}/apparmor
+%{_datadir}/apparmor/apparmor.vim
 
 %files parser
 %defattr(-,root,root)
@@ -640,10 +627,16 @@
 %files utils
 %defattr(-,root,root)
 %dir %{_sysconfdir}/apparmor
+%config(noreplace) %{_sysconfdir}/apparmor/easyprof.conf
 %config(noreplace) %{_sysconfdir}/apparmor/logprof.conf
 %config(noreplace) %{_sysconfdir}/apparmor/notify.conf
 %config(noreplace) %{_sysconfdir}/apparmor/severity.db
 %{_sbindir}/*
+%{_bindir}/aa-easyprof
+%{python_sitelib}/apparmor-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/apparmor/
+%dir %{_datadir}/apparmor
+%{_datadir}/apparmor/easyprof/
 %dir %{_localstatedir}/log/apparmor
 %doc %{_mandir}/man2/aa_change_profile.2.gz
 %doc %{_mandir}/man5/logprof.conf.5.gz
@@ -654,6 +647,7 @@
 %doc %{_mandir}/man8/autodep.8.gz
 %doc %{_mandir}/man8/complain.8.gz
 %doc %{_mandir}/man8/disable.8.gz
+%doc %{_mandir}/man8/easyprof.8.gz
 %doc %{_mandir}/man8/enforce.8.gz
 %doc %{_mandir}/man8/exec.8.gz
 %doc %{_mandir}/man8/genprof.8.gz

++++++ apparmor-2.7.103.tar.gz -> apparmor-2.8.0.tar.gz ++++++
++++ 6306 lines of diff (skipped)


++++++ apparmor-utils-subdomain-compat ++++++
--- /var/tmp/diff_new_pack.hiEblJ/_old  2012-06-06 10:33:51.000000000 +0200
+++ /var/tmp/diff_new_pack.hiEblJ/_new  2012-06-06 10:33:51.000000000 +0200
@@ -33,6 +33,6 @@
  MODULES = ${MODDIR}/AppArmor.pm ${MODDIR}/Repository.pm \
 -      ${MODDIR}/Config.pm ${MODDIR}/Severity.pm
 +      ${MODDIR}/Config.pm ${MODDIR}/Severity.pm ${MODDIR}/SubDomain.pm
- 
- MANPAGES = ${TOOLS:=.8} logprof.conf.5
+ PYTOOLS = aa-easyprof
+ PYSETUP = python-tools-setup.py
  

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to