]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- bcond_without selinux
authorareq <areq@pld-linux.org>
Sat, 3 Feb 2007 20:42:20 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libfuse.spec -> 1.78

libfuse.spec

index 2c78d7109418db7362ed69f7c23bbc382cd12952..87b381586d3e519dd9c0a8b94bdae98c225bd888 100644 (file)
@@ -3,9 +3,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
@@ -40,7 +42,7 @@ BuildRequires:        sed >= 4.0
 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
This page took 0.027868 seconds and 4 git commands to generate.