Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at 2013-01-14 09:35:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apparmor (Old) and /work/SRC/openSUSE:Factory/.apparmor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "apparmor", Maintainer is "MSzeredi@novell.com" Changes: -------- --- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes 2013-01-11 09:23:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes 2013-01-14 09:35:27.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Jan 13 13:46:01 UTC 2013 - opensuse@cboltz.de + +- update abstractions/mysql with correct paths and add MariaDB paths + (bnc#798183) + +------------------------------------------------------------------- New: ---- apparmor-abstractions-mysql-path.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ --- /var/tmp/diff_new_pack.Rw6h0K/_old 2013-01-14 09:35:29.000000000 +0100 +++ /var/tmp/diff_new_pack.Rw6h0K/_new 2013-01-14 09:35:29.000000000 +0100 @@ -65,6 +65,9 @@ # include autogenerated profile sniplet for samba shares (bnc#688040) Patch2: apparmor-samba-include-permissions-for-shares.diff +# changed paths for MySQL, add MariaDB support (bnc#798183, commited upstream 2013-01-13, trunk r2104, 2.8 branch r2070) +Patch3: apparmor-abstractions-mysql-path.diff + # split a long string in AppArmor.pm. Not accepted upstream because they want a solution without hardcoded width. Patch5: apparmor-utils-string-split @@ -407,6 +410,7 @@ %setup -q %patch1 -p1 %patch2 -p0 +%patch3 -p0 %patch5 -p1 %patch12 -p1 ++++++ apparmor-abstractions-mysql-path.diff ++++++ === modified file 'profiles/apparmor.d/abstractions/mysql' --- profiles/apparmor.d/abstractions/mysql 2010-12-20 20:29:10 +0000 +++ profiles/apparmor.d/abstractions/mysql 2013-01-11 21:50:19 +0000 @@ -1,6 +1,7 @@ # ------------------------------------------------------------------ # # Copyright (C) 2002-2006 Novell/SUSE +# Copyright (C) 2013 Christian Boltz # # This program is free software; you can redistribute it and/or # modify it under the terms of version 2 of the GNU General Public @@ -9,5 +10,6 @@ # ------------------------------------------------------------------ /var/lib/mysql/mysql.sock rw, - /usr/share/mysql/charsets/ r, - /usr/share/mysql/charsets/*.xml r, + /{var/,}run/mysql/mysql.sock rw, + /usr/share/{mysql,mysql-community-server,mariadb}/charsets/ r, + /usr/share/{mysql,mysql-community-server,mariadb}/charsets/*.xml r, -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org