diff --git a/audit.changes b/audit.changes index 46de5ea..289ce42 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 28 09:30:54 UTC 2013 - coolo@suse.com + +- remove libcap-ng too from audit.spec as it's only needed for plugins + (and libcap-ng itself needs python to build bindings) + ------------------------------------------------------------------- Thu Jun 27 15:15:07 UTC 2013 - tonyj@suse.com diff --git a/audit.spec b/audit.spec index 6d335ba..92eefa6 100644 --- a/audit.spec +++ b/audit.spec @@ -16,8 +16,6 @@ # -#!BuildIgnore: util-linux - Name: audit Summary: First part of auditing package License: GPL-2.0+ @@ -36,7 +34,6 @@ BuildRequires: gcc-c++ BuildRequires: kernel-headers >= 2.6.30 BuildRequires: libtool BuildRequires: tcpd-devel -BuildRequires: pkgconfig(libcap-ng) Requires: %{name}-libs = %{version} PreReq: %insserv_prereq %fillup_prereq @@ -88,7 +85,7 @@ export CXXFLAGS="$CFLAGS" export LDFLAGS="-Wl,-z,relro,-z,now" # no krb support (omit --enable-gssapi-krb5=yes), see audit-no-gss.patch %configure --enable-systemd --libexecdir=%{_prefix}/lib/%{name} \ - --with-apparmor --with-libwrap --with-libcap-ng=yes \ + --with-apparmor --with-libwrap --without-libcap-ng \ --disable-static --with-pic --without-python (cd lib ; %{__make} %{?_smp_mflags}) (cd auparse ; %{__make} %{?_smp_mflags})