]> git.pld-linux.org Git - packages/apparmor-profiles.git/commitdiff
- rel 2; provide dir for caching auto/th/apparmor-profiles-2_6_1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 12 Dec 2011 20:57:50 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-profiles.spec -> 1.15

apparmor-profiles.spec

index b0df19d2cd92e14bd0dfadcd47f7106a67639363..d21e22b029e57f00abb229b0b63e6a870ef3e65e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        AppArmor profiles
 Summary(pl.UTF-8):     Profile AppArmor
 Name:          apparmor-profiles
 Version:       2.6.1
-Release:       1
+Release:       2
 Epoch:         1
 Group:         Base
 Source0:       http://launchpad.net/apparmor/2.6/%{version}/+download/apparmor-%{version}.tar.gz
@@ -62,6 +62,9 @@ Przykładowe profile AppArmor.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/%{_sysconfdir}/apparmor.d/cache
+
 %{__make} -C profiles install \
        DESTDIR=$RPM_BUILD_ROOT \
        EXTRASDIR=$RPM_BUILD_ROOT%{extras_dir}
@@ -75,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/apparmor/profiles
 %dir %{_sysconfdir}/apparmor.d
 %dir %{_sysconfdir}/apparmor.d/abstractions
+%dir %{_sysconfdir}/apparmor.d/cache
 %dir %{_sysconfdir}/apparmor.d/local
 %dir %{_sysconfdir}/apparmor.d/program-chunks
 %dir %{_sysconfdir}/apparmor.d/tunables
This page took 0.114616 seconds and 4 git commands to generate.