Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at Wed Sep 14 13:56:54 CEST 2011.
-------- --- apparmor/apparmor.changes 2011-09-07 17:13:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/apparmor/apparmor.changes 2011-09-13 21:21:34.000000000 +0200 @@ -1,0 +2,19 @@ +Tue Sep 13 18:47:36 UTC 2011 - [email protected] + +- update to AppArmor 2.7.0 beta1, for details see + http://wiki.apparmor.net/index.php/ReleaseNotes_2_7 +- removed lots of patches I pushed upstream +- disabled apparmor-2.5.1-unified-build (patch to use automake, + does not apply to 2.7 and probably won't be accepted upstream) +- disabled build of tomcat_apparmor (doesn't build, deprecated upstream) +- run spec-cleaner +- remove *.la files +- move usr.sbin.nscd profile back to apparmor-profiles package + +------------------------------------------------------------------- +Wed Sep 7 10:35:12 MDT 2011 - [email protected] + +- Update patch apparmor-profiles-usr.sbin.dnsmasq to include + /var/lib/libvirt/dnsmasq/*.leases (bnc#694197). + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- apparmor-2.5.1-ntpd-sys_nice apparmor-2.5.1-ssl-fix apparmor-2.6.0-dhcpd apparmor-2.6.1.tar.bz2 apparmor-compat-routines apparmor-profiles-cupsd-fix apparmor-profiles-dhclient apparmor-profiles-sshd-fix apparmor-profiles-syslog-ng-fix apparmor-profiles-usr.sbin.dnsmasq apparmor-scripts apparmor-securityfs-systemd.patch apparmor-startproc.patch apparmor-utils-add-log-types apparmor-utils-filenames-in-slash genprof-whitespace-in-profile-fix klog-needs-CAP_SYSLOG New: ---- apparmor-2.7.beta1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ ++++ 684 lines (skipped) ++++ between apparmor/apparmor.spec ++++ and /mounts/work_src_done/STABLE/apparmor/apparmor.spec ++++++ apparmor-utils-subdomain-compat ++++++ --- /var/tmp/diff_new_pack.XopfQC/_old 2011-09-14 13:56:46.000000000 +0200 +++ /var/tmp/diff_new_pack.XopfQC/_new 2011-09-14 13:56:46.000000000 +0200 @@ -5,6 +5,13 @@ code. Acked-by: Jeff Mahoney <[email protected]> + +Also patch utils/Makefile to actually install SubDomain.pm + +The SubDomain compat module is only needed by openSUSE, therefore this patch +will not be upstreamed. + +Signed-off-by: Christian Boltz <[email protected]> --- utils/Immunix/SubDomain.pm | 5 +++++ @@ -18,3 +25,14 @@ +use Immunix::AppArmor; +*Immunix::SubDomain:: = *Immunix::AppArmor::; +1; +--- a/utils/Makefile 2011-05-27 21:08:50.000000000 +0200 ++++ b/utils/Makefile 2011-09-10 17:57:55.000000000 +0200 +@@ -31,7 +31,7 @@ PERLTOOLS = aa-genprof aa-logprof aa-aut + aa-unconfined aa-notify aa-disable + TOOLS = ${PERLTOOLS} aa-decode aa-status + 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 + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
