Hello community,

here is the log from the commit of package apparmor for 
openSUSE:12.1:Update:Test checked in at 2012-02-10 12:48:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/apparmor (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor", Maintainer is "mszer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/apparmor/apparmor.changes       
2012-02-07 17:36:38.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.apparmor.new/apparmor.changes  
2012-02-10 12:48:17.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb  9 19:01:07 UTC 2012 - opens...@cboltz.de
+
+- add 0001-fix-for-lp929531.patch to allow reading 
+  /sys/devices/system/cpu/online in abstractions/base (lp#929531)
+
+-------------------------------------------------------------------

New:
----
  0001-fix-for-lp929531.patch

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.6AnGxD/_old  2012-02-10 12:48:17.000000000 +0100
+++ /var/tmp/diff_new_pack.6AnGxD/_new  2012-02-10 12:48:17.000000000 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with tomcat
 %bcond_without pam
 %bcond_without apache
@@ -53,6 +54,9 @@
 Source2:        %{name}-profile-editor.desktop
 Source3:        update-trans.sh
 
+# add "/sys/devices/system/cpu/online r" to abstractions/base. Will be 
included in upstream > 2.7.2
+Patch:          0001-fix-for-lp929531.patch
+
 # enable caching of profiles (= massive performance speedup when loading 
profiles)
 Patch1:         apparmor-enable-profile-cache.diff
 
@@ -400,6 +404,7 @@
 
 %prep
 %setup -q -n %{name}-%{versiondir}
+%patch  -p1
 %patch1 -p1
 %patch2 -p0
 %patch5 -p1

++++++ 0001-fix-for-lp929531.patch ++++++
Author: Jamie Strandboge <ja...@canonical.com>
Description: glibc's __get_nprocs() now checks /sys/devices/system/cpu/online
 in addition to /proc/stat for the number of processors. This is used in the
 _SC_NPROCESSORS_ONLN implementation, a part of sysconf. This was introduced in
 upstream glibc commit:
 http://repo.or.cz/w/glibc.git/patch/84e2a551a72c79b020694bb327e33b6d71b09b63
Bug-Ubuntu: https://launchpad.net/bugs/929531
Index: apparmor-2.7.0/profiles/apparmor.d/abstractions/base
===================================================================
--- apparmor-2.7.0.orig/profiles/apparmor.d/abstractions/base   2012-02-09 
07:57:35.000000000 -0600
+++ apparmor-2.7.0/profiles/apparmor.d/abstractions/base        2012-02-09 
08:01:13.000000000 -0600
@@ -86,6 +86,7 @@
   @{PROC}/meminfo                r,
   @{PROC}/stat                   r,
   @{PROC}/cpuinfo                r,
+  /sys/devices/system/cpu/online r,
 
   # glibc's *printf protections read the maps file
   @{PROC}/*/maps                 r,

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

Reply via email to