SPECS: udev.spec - bconf without selinux

areq areq at pld-linux.org
Sat Feb 3 16:57:51 CET 2007


Author: areq                         Date: Sat Feb  3 15:57:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bconf without  selinux

---- Files affected:
SPECS:
   udev.spec (1.205 -> 1.206) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.205 SPECS/udev.spec:1.206
--- SPECS/udev.spec:1.205	Sat Jan 27 15:02:26 2007
+++ SPECS/udev.spec	Sat Feb  3 16:57:45 2007
@@ -10,6 +10,7 @@
 %bcond_with	dietlibc	# link initrd version with static dietlibc (currently broken and unsupported)
 %bcond_with	glibc	# link initrd version with static glibc
 %bcond_without	main	# don't compile main package, use for debugging initrd build
+%bcond_without  selinux # build without SELinux support
 
 # if one of the *libc is enabled disable default uClibc
 %if %{with dietlibc} && %{with uClibc}
@@ -53,7 +54,7 @@
 Source32:	%{name}.blacklist
 URL:		http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
 BuildRequires:	device-mapper-devel
-BuildRequires:	libselinux-devel >= 1.17.13
+%{?with_selinux:BuildRequires:       libselinux-devel >= 1.17.13}
 BuildRequires:	sed >= 4.0
 %if %{with initrd}
 %{?with_dietlibc:BuildRequires:	dietlibc-static}
@@ -375,6 +376,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.206  2007/02/03 15:57:45  areq
+- bconf without  selinux
+
 Revision 1.205  2007/01/27 14:02:26  czarny
 - reverted - my bad, new udev doesn't build udev binary
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.205&r2=1.206&f=u



More information about the pld-cvs-commit mailing list