提交 29a34b3c 编写于 作者: D Daniel P. Berrange

libvirt.spec.in: remove audit conditional

Both RHEL and Fedora build with audit enabled at all
times.
Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 db9249a1
...@@ -99,7 +99,6 @@ ...@@ -99,7 +99,6 @@
# Non-server/HV driver defaults which are always enabled # Non-server/HV driver defaults which are always enabled
%define with_sasl 0%{!?_without_sasl:1} %define with_sasl 0%{!?_without_sasl:1}
%define with_audit 0%{!?_without_audit:1}
%define with_nss_plugin 0%{!?_without_nss_plugin:1} %define with_nss_plugin 0%{!?_without_nss_plugin:1}
...@@ -457,9 +456,7 @@ BuildRequires: libcurl-devel ...@@ -457,9 +456,7 @@ BuildRequires: libcurl-devel
%if %{with_hyperv} %if %{with_hyperv}
BuildRequires: libwsman-devel >= 2.2.3 BuildRequires: libwsman-devel >= 2.2.3
%endif %endif
%if %{with_audit}
BuildRequires: audit-libs-devel BuildRequires: audit-libs-devel
%endif
%if %{with_dtrace} %if %{with_dtrace}
# we need /usr/sbin/dtrace # we need /usr/sbin/dtrace
BuildRequires: systemtap-sdt-devel BuildRequires: systemtap-sdt-devel
...@@ -1184,10 +1181,6 @@ rm -rf .git ...@@ -1184,10 +1181,6 @@ rm -rf .git
%define _without_macvtap --without-macvtap %define _without_macvtap --without-macvtap
%endif %endif
%if ! %{with_audit}
%define _without_audit --without-audit
%endif
%if ! %{with_dtrace} %if ! %{with_dtrace}
%define _without_dtrace --without-dtrace %define _without_dtrace --without-dtrace
%endif %endif
...@@ -1281,7 +1274,7 @@ rm -f po/stamp-po ...@@ -1281,7 +1274,7 @@ rm -f po/stamp-po
%{?_without_sanlock} \ %{?_without_sanlock} \
%{?_without_libpcap} \ %{?_without_libpcap} \
%{?_without_macvtap} \ %{?_without_macvtap} \
%{?_without_audit} \ --with-audit \
%{?_without_dtrace} \ %{?_without_dtrace} \
--with-driver-modules \ --with-driver-modules \
%{?_with_firewalld} \ %{?_with_firewalld} \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册