rpms/audit/F-9 audit.spec,1.179,1.180 sources,1.117,1.118

Steve Grubb sgrubb at fedoraproject.org
Mon Aug 25 20:53:58 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22310

Modified Files:
	audit.spec sources 
Log Message:
* Mon Aug 25 2008 Steve Grubb <sgrubb at redhat.com> 1.7.5-1
- Update system-config-audit to 0.4.8
- Whole lot of bug fixes - see ChangeLog for details
- Reimplement auditd main loop using libev
- Add TCP listener to auditd to receive remote events



Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/F-9/audit.spec,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- audit.spec	4 Jul 2008 20:39:56 -0000	1.179
+++ audit.spec	25 Aug 2008 20:53:28 -0000	1.180
@@ -1,4 +1,4 @@
-%define sca_version 0.4.7
+%define sca_version 0.4.8
 %define sca_release 1
 %define selinux_variants mls strict targeted
 %define selinux_policyver 3.2.5 
@@ -6,7 +6,7 @@
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.7.4
+Version: 1.7.5
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
@@ -100,7 +100,6 @@
 
 %build
 (cd system-config-audit; ./autogen.sh)
-aclocal && autoconf && autoheader && automake
 %configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude
 make %{?_smp_mflags}
 cd zos-remote-policy
@@ -153,6 +152,8 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_audit.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_auparse.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_auparse.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/auparse.a
+rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/auparse.la
 
 # On platforms with 32 & 64 bit libs, we need to coordinate the timestamp
 touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
@@ -249,7 +250,7 @@
 %defattr(-,root,root)
 %attr(755,root,root) %{_libdir}/python?.?/site-packages/_audit.so
 %attr(755,root,root) %{_libdir}/python?.?/site-packages/auparse.so
-%{_libdir}/python?.?/site-packages/auparse-*.egg-info
+#%{_libdir}/python?.?/site-packages/auparse-*.egg-info
 %{python_sitelib}/audit.py*
 
 %files
@@ -322,6 +323,12 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Mon Aug 25 2008 Steve Grubb <sgrubb at redhat.com> 1.7.5-1
+- Update system-config-audit to 0.4.8
+- Whole lot of bug fixes - see ChangeLog for details
+- Reimplement auditd main loop using libev
+- Add TCP listener to auditd to receive remote events
+
 * Wed May 21 2008 Steve Grubb <sgrubb at redhat.com> 1.7.4-1
 - Fix interpreting of keys in syscall records
 - Don't error on name=(null) PATH records in ausearch/report


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/F-9/sources,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- sources	21 May 2008 13:51:44 -0000	1.117
+++ sources	25 Aug 2008 20:53:28 -0000	1.118
@@ -1 +1 @@
-ca3b9195b43ed341b03e6bccdb8ca57d  audit-1.7.4.tar.gz
+584b681fb473c74e2325b92a4c3d3423  audit-1.7.5.tar.gz




More information about the fedora-extras-commits mailing list