]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- builds without imq and aufs
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 11 Dec 2016 21:39:13 +0000 (22:39 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 11 Dec 2016 21:39:13 +0000 (22:39 +0100)
kernel.spec

index ab6b50c049baa721873d0fa94dc29cd1f1524848..27887da85286fd500d292688716d86c7e93fe829 100644 (file)
@@ -29,6 +29,8 @@
 %bcond_without imq             # imq support
 %bcond_without ipv6            # ipv6 support
 
+%bcond_without aufs            # aufs4 support
+
 %bcond_with    vserver         # support for VServer
 
 %bcond_with    rt              # real-time kernel (CONFIG_PREEMPT_RT) for low latencies
@@ -691,11 +693,13 @@ cd linux-%{basever}
 %patch101 -p1
 %endif
 
-# aufs3
+%if %{with aufs}
+# aufs4
 %patch145 -p1
 %if %{with vserver}
 %patch146 -p1
 %endif
+%endif
 
 %if %{with rescuecd}
 %patch7000 -p1
This page took 0.055102 seconds and 4 git commands to generate.