]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- 'without audit' bcond added
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 3 Oct 2007 10:49:14 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux.spec -> 1.301

util-linux.spec

index 2c4dad6bec4b6ca959f9309a69563874569c6f4c..babcb7c7daa07a296d4008c782152d4fb29179c0 100644 (file)
@@ -4,6 +4,7 @@
 # - what to do with scriptreplay? (req: perl)
 # 
 # Conditional build:
+%bcond_without audit   # don't include audit support
 %bcond_with    uClibc  # don't build few utilities
 %bcond_without selinux # build without SELinux support
 #
@@ -114,7 +115,7 @@ Patch78:    %{name}-ac-dirs.patch
 Patch79:       %{name}-mount-helper-auto.patch
 Patch80:       %{name}-sparc.patch
 Patch81:       %{name}-single_letter_weekday.patch
-BuildRequires: audit-libs-devel >= 1.0.6
+%{?with_audit:BuildRequires:   audit-libs-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: cryptsetup-luks-devel
@@ -444,8 +445,8 @@ Obsługa raw-device'ów.
 %patch13 -p1
 %patch14 -p0
 %patch15 -p1
-%patch16 -p1
-%patch17 -p1
+%{?with_audit:%patch16 -p1}
+%{?with_audit:%patch17 -p1}
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
This page took 0.049363 seconds and 4 git commands to generate.