Author: areq                         Date: Sat Feb  3 20:42:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bcond_without  selinux

---- Files affected:
SPECS:
   libfuse.spec (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.77 SPECS/libfuse.spec:1.78
--- SPECS/libfuse.spec:1.77     Wed Jan 31 18:12:06 2007
+++ SPECS/libfuse.spec  Sat Feb  3 21:42:20 2007
@@ -4,9 +4,11 @@
 %bcond_without dist_kernel     # without distribution kernel
 %bcond_without kernel          # don't build kernel modules
 %bcond_without smp             # without smp packages
+%bcond_without up              # without up packages
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 %bcond_with    grsec_kernel    # build for kernel-grsecurity
+%bcond_without  selinux # build without SELinux support
 #
 %if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
 %define        alt_kernel      grsecurity
@@ -41,7 +43,7 @@
 BuildRequires: rpmbuild(macros) >= 1.330
 %endif
 %if %{with userspace}
-BuildRequires: libselinux-devel
+%{?with_selinux:BuildRequires: libselinux-devel}
 %endif
 Requires(postun):      /sbin/ldconfig
 Requires(postun):      /usr/sbin/groupdel
@@ -262,6 +264,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2007/02/03 20:42:20  areq
+- bcond_without  selinux
+
 Revision 1.77  2007/01/31 17:12:06  tommat
 - up to 2.6.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libfuse.spec?r1=1.77&r2=1.78&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to