]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- added apparmor bcond
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 14 Sep 2017 21:09:46 +0000 (23:09 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 14 Sep 2017 21:09:46 +0000 (23:09 +0200)
kernel.spec

index c22ccc436e93f84b29a6298e70356594060daf96..f1b49b6b2dcba6a7ea71c4ec19cea6803dbcfcd6 100644 (file)
@@ -30,6 +30,7 @@
 %bcond_without ipv6            # ipv6 support
 
 %bcond_without aufs            # aufs4 support
+%bcond_with    apparmor        # UBUNTU SAUCE apparmor patches
 
 %bcond_with    vserver         # support for VServer
 
@@ -691,9 +692,11 @@ rm -f localversion-rt
 %endif
 
 # apparmor
+%if %{with apparmor}
 %patch5000 -p1
 %patch5001 -p1
 %patch5002 -p1
+%endif
 
 %patch250 -p1
 
This page took 0.273725 seconds and 4 git commands to generate.