[packages/kernel] - vserver is disabled for this version (since vserver project is slowly dying - no releases for last
arekm
arekm at pld-linux.org
Fri Jan 31 16:12:03 CET 2014
commit b2b86b86788c44159d6a8fefcb0ce6f4e276097f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Jan 31 16:11:56 2014 +0100
- vserver is disabled for this version (since vserver project is slowly dying - no releases for last few kernel families)
kernel.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/kernel.spec b/kernel.spec
index 4433ff0..10ee651 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -31,7 +31,7 @@
%bcond_without ipv6 # ipv6 support
%bcond_without padmcrypt # parallel dm-crypt
-%bcond_without vserver # support for VServer (enabled by default)
+%bcond_with vserver # support for VServer
%bcond_with vanilla # don't include any patches
%bcond_with rescuecd # build kernel for our rescue
@@ -394,6 +394,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define MakeOpts %{CrossOpts} HOSTCC="%{__cc} -D_FILE_OFFSET_BITS=64"
%define __features \
+%{?with_vserver:Vserver - enabled}\
+%{!?with_vserver:WARNING: VSERVER IS DISABLED IN THIS KERNEL BUILD!}\
%{?with_fbcondecor:Fbsplash/fbcondecor - enabled }\
%{?with_nfsroot:Root on NFS - enabled}\
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/b2b86b86788c44159d6a8fefcb0ce6f4e276097f
More information about the pld-cvs-commit
mailing list