[packages/kernel] - builds without imq and aufs

arekm arekm at pld-linux.org
Sun Dec 11 22:39:25 CET 2016


commit 63ae130d63d2a27e0d5d389c4926183cef92252c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Dec 11 22:39:13 2016 +0100

    - builds without imq and aufs

 kernel.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/kernel.spec b/kernel.spec
index ab6b50c..27887da 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/63ae130d63d2a27e0d5d389c4926183cef92252c



More information about the pld-cvs-commit mailing list