forked from pool/audit
Accepting request 44227 from security
Copy from security/audit based on submit request 44227 from user coolo OBS-URL: https://build.opensuse.org/request/show/44227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=38
This commit is contained in:
commit
152094063f
@ -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
|
Tue May 4 10:51:33 CEST 2010 - tonyj@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Summary: Python Bindings for libaudit
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Version: 2.0.4
|
Version: 2.0.4
|
||||||
Release: 3
|
Release: 7
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: audit-%{version}.tar.bz2
|
Source0: audit-%{version}.tar.bz2
|
||||||
Patch1: audit-plugins-path.patch
|
Patch1: audit-plugins-path.patch
|
||||||
@ -95,7 +95,7 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
--libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \
|
--libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \
|
||||||
--with-apparmor \
|
--with-apparmor \
|
||||||
--disable-static --with-pic
|
--disable-static --with-pic
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/sbin
|
mkdir -p $RPM_BUILD_ROOT/usr/sbin
|
||||||
|
@ -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
|
Fri Jun 25 21:22:51 UTC 2010 - tonyj@novell.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: gcc-c++ tcpd-devel
|
|||||||
BuildRequires: kernel-headers >= 2.6.29
|
BuildRequires: kernel-headers >= 2.6.29
|
||||||
Summary: User Space Tools for 2.6 Kernel Auditing
|
Summary: User Space Tools for 2.6 Kernel Auditing
|
||||||
Version: 2.0.4
|
Version: 2.0.4
|
||||||
Release: 3
|
Release: 7
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
@ -110,7 +110,7 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
--libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \
|
--libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \
|
||||||
--with-apparmor --with-libwrap --with-libcap-ng=yes \
|
--with-apparmor --with-libwrap --with-libcap-ng=yes \
|
||||||
--disable-static --with-pic
|
--disable-static --with-pic
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,audispd/plugins.d,init.d}}
|
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,audispd/plugins.d,init.d}}
|
||||||
|
Loading…
Reference in New Issue
Block a user