]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt.spec.in: remove audit conditional
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 4 May 2016 15:26:58 +0000 (16:26 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 11 May 2016 15:42:37 +0000 (16:42 +0100)
Both RHEL and Fedora build with audit enabled at all
times.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
libvirt.spec.in

index 6abe3a2fc62ffdfaab99bb267013f32f7f3b21d9..5c397d3761e0271f2f68f98675f008674bd2f71e 100644 (file)
@@ -99,7 +99,6 @@
 
 # Non-server/HV driver defaults which are always enabled
 %define with_sasl          0%{!?_without_sasl:1}
-%define with_audit         0%{!?_without_audit:1}
 %define with_nss_plugin    0%{!?_without_nss_plugin:1}
 
 
@@ -457,9 +456,7 @@ BuildRequires: libcurl-devel
 %if %{with_hyperv}
 BuildRequires: libwsman-devel >= 2.2.3
 %endif
-%if %{with_audit}
 BuildRequires: audit-libs-devel
-%endif
 %if %{with_dtrace}
 # we need /usr/sbin/dtrace
 BuildRequires: systemtap-sdt-devel
@@ -1184,10 +1181,6 @@ rm -rf .git
     %define _without_macvtap --without-macvtap
 %endif
 
-%if ! %{with_audit}
-    %define _without_audit --without-audit
-%endif
-
 %if ! %{with_dtrace}
     %define _without_dtrace --without-dtrace
 %endif
@@ -1281,7 +1274,7 @@ rm -f po/stamp-po
            %{?_without_sanlock} \
            %{?_without_libpcap} \
            %{?_without_macvtap} \
-           %{?_without_audit} \
+           --with-audit \
            %{?_without_dtrace} \
            --with-driver-modules \
            %{?_with_firewalld} \