SPECS: audit.spec - updated to 1.2.9
qboosh
qboosh at pld-linux.org
Sat Oct 28 00:11:49 CEST 2006
Author: qboosh Date: Fri Oct 27 22:11:49 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.2.9
---- Files affected:
SPECS:
audit.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/audit.spec
diff -u SPECS/audit.spec:1.30 SPECS/audit.spec:1.31
--- SPECS/audit.spec:1.30 Wed Sep 13 17:47:26 2006
+++ SPECS/audit.spec Sat Oct 28 00:11:44 2006
@@ -7,12 +7,12 @@
Summary: User space tools for 2.6 kernel auditing
Summary(pl): Narzędzia przestrzeni użytkownika do audytu jąder 2.6
Name: audit
-Version: 1.2.6
+Version: 1.2.9
Release: 1
License: GPL
Group: Daemons
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
-# Source0-md5: de377351b79b813636b56bce42b0031f
+# Source0-md5: 2cb76a573b332ef4eb08351d9408b6cf
# formerly http://people.redhat.com/sgrubb/audit/audit.h
Source1: %{name}.h
Source2: %{name}d.init
@@ -133,6 +133,9 @@
%{__make} \
%{!?with_pie:auditd_CFLAGS="-D_REENTRANT -D_GNU_SOURCE" auditd_LDFLAGS="-Wl,-z,relro"}
+# temporarily not included in all
+%{__make} -C auparse
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_var}/log/audit
@@ -140,6 +143,10 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# temporarily not included in all
+%{__make} -C auparse install \
+ DESTDIR=$RPM_BUILD_ROOT
+
install -d $RPM_BUILD_ROOT/%{_lib}
mv -f $RPM_BUILD_ROOT%{_libdir}/libaudit.so.* $RPM_BUILD_ROOT/%{_lib}
ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib} ; echo libaudit.so.*.*.*) \
@@ -238,6 +245,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2006/10/27 22:11:44 qboosh
+- updated to 1.2.9
+
Revision 1.30 2006/09/13 15:47:26 sparky
- reverted last change (/usr/lib/python2.4/site-packages is a hardcoded path)
- move *.py to correct place if %{py_sitedit} does not match (not tested)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/audit.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list