]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- vserver is disabled for this version (since vserver project is slowly dying - no...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 31 Jan 2014 15:11:56 +0000 (16:11 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 31 Jan 2014 15:11:56 +0000 (16:11 +0100)
kernel.spec

index 4433ff09d84976375604f2e7e63c0f47fecdd288..10ee65154c39eebc364f1fcdc3a791f8477d9fd1 100644 (file)
@@ -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}\
 
This page took 2.662205 seconds and 4 git commands to generate.