summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-07-24 13:00:56 +0200
committerThomas Haller <thaller@redhat.com>2015-07-24 13:01:16 +0200
commita6a239cfd08325daf65cf69a838c90cf4cf0ced0 (patch)
tree2b62cdac51743ca50721677aba95b7b9453fda88
parente942a66f0ed3c829e5b9cc72e77044fe879239d3 (diff)
downloadNetworkManager-a6a239cfd08325daf65cf69a838c90cf4cf0ced0.tar.gz
fixup! core: add audit support
Build fedora package with audit support
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index c3769a2249..2a95aacc59 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -138,6 +138,7 @@ BuildRequires: ppp-devel >= 2.4.5
BuildRequires: nss-devel >= 3.11.7
BuildRequires: dhclient
BuildRequires: readline-devel
+BuildRequires: audit-libs-devel
%if %{regen_docs}
BuildRequires: gtk-doc
%endif
@@ -379,6 +380,7 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
--with-crypto=nss \
--enable-more-warnings=error \
--enable-ppp=yes \
+ --with-libaudit=yes \
%if 0%{?with_modem_manager_1}
--with-modem-manager-1=yes \
%else