Accepting request 135892 from home:coolo:branches:openSUSE:Factory
- fix directory flags for /etc/apparmor.d to be in sync between -parser and -profiles subpackage OBS-URL: https://build.opensuse.org/request/show/135892 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=23
This commit is contained in:
parent
323716627e
commit
1b9e252479
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 13:55:56 UTC 2012 - coolo@suse.com
|
||||
|
||||
- fix directory flags for /etc/apparmor.d to be in sync between
|
||||
-parser and -profiles subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 19:58:32 UTC 2012 - opensuse@cboltz.de
|
||||
|
||||
|
@ -233,7 +233,7 @@ AppArmor API.
|
||||
|
||||
%package -n perl-apparmor
|
||||
Summary: Perl interface for libapparmor functions
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: libapparmor1 = %{version}
|
||||
Requires: perl = %{perl_version}
|
||||
@ -254,7 +254,7 @@ applications interfacing with AppArmor, including the AppArmor utilities.
|
||||
|
||||
%package -n python-apparmor
|
||||
Summary: Python interface for libapparmor functions
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
BuildRequires: python
|
||||
Requires: libapparmor1 = %{version}
|
||||
@ -272,7 +272,7 @@ applications interfacing with AppArmor.
|
||||
|
||||
%package -n ruby-apparmor
|
||||
Summary: Ruby interface for libapparmor functions
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Development/Libraries/Ruby
|
||||
Requires: libapparmor1 = %{version}
|
||||
Requires: ruby = %{ruby_version}
|
||||
@ -287,7 +287,7 @@ applications interfacing with AppArmor.
|
||||
|
||||
%package profiles
|
||||
Summary: AppArmor profiles that are loaded into the apparmor kernel module
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Productivity/Security
|
||||
Requires: apparmor-parser(CAP_SYSLOG)
|
||||
Obsoletes: subdomain-profiles < %{version}
|
||||
@ -305,7 +305,7 @@ SubDomain.
|
||||
|
||||
%package utils
|
||||
Summary: AppArmor User-Level Utilities Useful for Creating AppArmor Profiles
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Productivity/Security
|
||||
Requires: libapparmor1 = %{version}
|
||||
Requires: perl = %{perl_version}
|
||||
@ -322,7 +322,7 @@ It is part of a suite of tools that used to be named SubDomain.
|
||||
|
||||
%package -n tomcat_apparmor
|
||||
Summary: Tomcat 6 plugin for AppArmor change_hat
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Requires: libapparmor1 = %{version}
|
||||
Requires: tomcat6
|
||||
@ -340,7 +340,7 @@ created for individual URL processing or per servlet.
|
||||
|
||||
%package -n pam_apparmor
|
||||
Summary: PAM module for AppArmor change_hat
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Productivity/Security
|
||||
BuildRequires: pam-devel
|
||||
PreReq: pam
|
||||
@ -360,7 +360,7 @@ policy.
|
||||
|
||||
%package dbus
|
||||
Summary: Audit dispatcher for sending AppArmor events over DBUS
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: System/Monitoring
|
||||
|
||||
%description dbus
|
||||
@ -373,7 +373,7 @@ bus.
|
||||
|
||||
%package profile-editor
|
||||
Summary: AppArmor profile editor
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Productivity/Editors/Other
|
||||
|
||||
%description profile-editor
|
||||
@ -385,7 +385,7 @@ A syntax highlighting editor for AppArmor profiles.
|
||||
|
||||
%package -n apparmorapplet-gnome
|
||||
Summary: An AppArmor event notification applet for GNOME
|
||||
License: GPL-2.0 ; LGPL-2.1+
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: System/GUI/GNOME
|
||||
|
||||
%description -n apparmorapplet-gnome
|
||||
@ -634,7 +634,8 @@ fi
|
||||
|
||||
%files profiles
|
||||
%defattr(644,root,root,755)
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/
|
||||
%dir %{_sysconfdir}/apparmor.d/
|
||||
%config(noreplace) %{_sysconfdir}/apparmor.d/*
|
||||
%exclude %{_sysconfdir}/apparmor.d/cache
|
||||
%dir %{_sysconfdir}/apparmor/
|
||||
%dir %{_sysconfdir}/apparmor/profiles
|
||||
|
Loading…
Reference in New Issue
Block a user