diff --git a/audit-secondary.changes b/audit-secondary.changes index c05ce06..e1fcc75 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Tue May 4 10:51:33 CEST 2010 - tonyj@suse.de diff --git a/audit-secondary.spec b/audit-secondary.spec index 1d1ac79..aff10fc 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -26,7 +26,7 @@ Summary: Python Bindings for libaudit License: GPLv2+ Group: System/Monitoring Version: 2.0.4 -Release: 3 +Release: 7 Url: http://people.redhat.com/sgrubb/audit/ Source0: audit-%{version}.tar.bz2 Patch1: audit-plugins-path.patch @@ -95,7 +95,7 @@ export CXXFLAGS="$CFLAGS" --libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \ --with-apparmor \ --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +%{__make} %{?_smp_mflags} %install mkdir -p $RPM_BUILD_ROOT/usr/sbin diff --git a/audit.changes b/audit.changes index 1d505bb..4958a6b 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags + ------------------------------------------------------------------- Fri Jun 25 21:22:51 UTC 2010 - tonyj@novell.com diff --git a/audit.spec b/audit.spec index 3eec4b0..a4f96e3 100644 --- a/audit.spec +++ b/audit.spec @@ -23,7 +23,7 @@ BuildRequires: gcc-c++ tcpd-devel BuildRequires: kernel-headers >= 2.6.29 Summary: User Space Tools for 2.6 Kernel Auditing Version: 2.0.4 -Release: 3 +Release: 7 License: GPLv2+ Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ @@ -110,7 +110,7 @@ export CXXFLAGS="$CFLAGS" --libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \ --with-apparmor --with-libwrap --with-libcap-ng=yes \ --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +%{__make} %{?_smp_mflags} %install mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,audispd/plugins.d,init.d}}