Hello community,

here is the log from the commit of package apparmor for openSUSE:12.1 checked 
in at 2011-11-02 11:44:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/apparmor (Old)
 and      /work/SRC/openSUSE:12.1/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.1/apparmor/apparmor.changes   2011-10-28 
15:35:51.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.apparmor.new/apparmor.changes      2011-11-02 
11:44:05.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov  1 17:39:29 UTC 2011 - opens...@cboltz.de
+
+- make abstractions/winbind working on 64bit systems
+- allow loading the libraries for samba "vfs objects" also on 32bit 
+  systems (bnc#725967)
+
+-------------------------------------------------------------------

New:
----
  apparmor-abstractions-winbind-64bit.diff

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.icUyQ4/_old  2011-11-02 11:44:05.000000000 +0100
+++ /var/tmp/diff_new_pack.icUyQ4/_new  2011-11-02 11:44:05.000000000 +0100
@@ -53,7 +53,7 @@
 Source2:        %{name}-profile-editor.desktop
 Source3:        update-trans.sh
 
-# more helpful error message for "aa-notify -p" if the user is not in the 
configured group. Patch pending upstream.
+# more helpful error message for "aa-notify -p" if the user is not in the 
configured group. Commited upstream after 2.7rc1.
 Patch:          apparmor-2.7.0rc1-aa-notify-better-error-message.diff
 
 # enable caching of profiles (= massive performance speedup when loading 
profiles)
@@ -62,9 +62,12 @@
 # include autogenerated profile sniplet for samba shares (bnc#688040)
 Patch2:         apparmor-samba-include-permissions-for-shares.diff
 
-# allow samba "vfs objects" (bnc#725967)
+# allow samba "vfs objects" (bnc#725967). Commited upstream after 2.7rc1.
 Patch3:         apparmor-samba-vfs-objects.diff
 
+# make abstractions/winbind working on 64bit systems. Commited upstream after 
2.7rc1.
+Patch4:         apparmor-abstractions-winbind-64bit.diff
+
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5:         apparmor-utils-string-split
 
@@ -75,7 +78,7 @@
 
 # Add support for eDirectory calls in abstractions/nameservice. Not accepted 
upstream (yet) because of open questions
 Patch12:        apparmor-2.5.1-edirectory-profile
-# split ldap related things from abstractions/nameservice to 
abstractions/ldapclient and add sasl support. TODO: send upstream
+# split ldap related things from abstractions/nameservice to 
abstractions/ldapclient and add sasl support. Commited upstream after 2.7rc1.
 Patch13:        apparmor-2.5.1-ldapclient-profile
 
 # obsolete, upstream implemented this in another way
@@ -413,6 +416,7 @@
 %patch1 -p1
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 %patch5 -p1
 #%patch10 -p1 # disabled, see above
 #%patch11 -p1 # disabled, see above

++++++ apparmor-abstractions-winbind-64bit.diff ++++++
Make abstractions/winbind working on 64bit systems - valid.dat etc. are in
/usr/lib64/samba/ there

Signed-Off-by: Christian Boltz <appar...@cboltz.de>
Acked-By: Steve Beattie <sbeat...@ubuntu.com>

=== modified file 'profiles/apparmor.d/abstractions/winbind'
--- profiles/apparmor.d/abstractions/winbind    2010-12-20 20:29:10 +0000
+++ profiles/apparmor.d/abstractions/winbind    2011-11-01 15:56:49 +0000
@@ -13,7 +13,7 @@
   /tmp/.winbindd/pipe  rw,
   /var/{lib,run}/samba/winbindd_privileged/pipe rw,
   /etc/samba/smb.conf         r,
-  /usr/lib/samba/valid.dat    r,
-  /usr/lib/samba/upcase.dat   r,
-  /usr/lib/samba/lowcase.dat  r,
+  /usr/lib*/samba/valid.dat   r,
+  /usr/lib*/samba/upcase.dat  r,
+  /usr/lib*/samba/lowcase.dat r,
 


++++++ apparmor-samba-vfs-objects.diff ++++++
--- /var/tmp/diff_new_pack.icUyQ4/_old  2011-11-02 11:44:05.000000000 +0100
+++ /var/tmp/diff_new_pack.icUyQ4/_new  2011-11-02 11:44:05.000000000 +0100
@@ -12,7 +12,7 @@
    /etc/printcap r,
    /proc/*/mounts r,
    /proc/sys/kernel/core_pattern r,
-+  /usr/lib64/samba/vfs/*.so mr,
++  /usr/lib*/samba/vfs/*.so mr,
    /usr/sbin/smbd mr,
    /etc/samba/* rwk,
    /var/cache/samba/** rwk,

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to