rpms/audit/FC-4 .cvsignore, 1.33, 1.34 audit.spec, 1.51, 1.52 sources, 1.34, 1.35 audit-1.0.12-sendmail.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 2 14:00:57 UTC 2006


Author: sgrubb

Update of /cvs/dist/rpms/audit/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv11905

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.0.12-sendmail.patch 
Log Message:
* Thu Feb 2 2006 Steve Grubb <sgrubb at redhat.com> 1.0.13-1.fc4
- Fix bug in autrace where it didn't run on kernels without file watch support
- Add timestamp to daemon_config messages (#174865)
- Add error checking of year for aureport & ausearch
- Treat af_unix sockets as files for searching and reporting
- Update capp & lspp rules to combine syscalls for higher performance
- Apply patch from Ulrich Drepper that optimizes resource utilization
- Change ausearch and aureport to unlocked IO
- Add more message types
- Add support for alpha processors
- Add locale code in ausearch and aureport
- Cleanup make files



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore	7 Nov 2005 23:06:21 -0000	1.33
+++ .cvsignore	2 Feb 2006 14:00:31 -0000	1.34
@@ -30,3 +30,4 @@
 audit-1.0.4.tar.gz
 audit-1.0.8.tar.gz
 audit-1.0.12.tar.gz
+audit-1.0.13.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/audit.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- audit.spec	8 Nov 2005 22:22:10 -0000	1.51
+++ audit.spec	2 Feb 2006 14:00:41 -0000	1.52
@@ -1,13 +1,12 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 1.0.12
-Release: 2.fc4
+Version: 1.0.13
+Release: 1.fc4
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
 Patch0: audit-0.9.14-header.patch
-Patch1: audit-1.0.12-sendmail.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libtool
 BuildRequires: glibc-kernheaders = 2.4-9.1.94
@@ -45,12 +44,11 @@
 %prep
 %setup -q
 %patch -p1
-%patch1 -p1
 
 %build
 autoreconf -fv --install
 export CFLAGS="$RPM_OPT_FLAGS"
-./configure --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib}
+%configure --sbindir=/sbin --libdir=/%{_lib}
 make
 
 %install
@@ -126,6 +124,19 @@
 
 
 %changelog
+* Thu Feb 2 2006 Steve Grubb <sgrubb at redhat.com> 1.0.13-1.fc4
+- Fix bug in autrace where it didn't run on kernels without file watch support
+- Add timestamp to daemon_config messages (#174865)
+- Add error checking of year for aureport & ausearch
+- Treat af_unix sockets as files for searching and reporting
+- Update capp & lspp rules to combine syscalls for higher performance
+- Apply patch from Ulrich Drepper that optimizes resource utilization
+- Change ausearch and aureport to unlocked IO
+- Add more message types
+- Add support for alpha processors
+- Add locale code in ausearch and aureport
+- Cleanup make files
+
 * Tue Nov 8 2005 Steve Grubb <sgrubb at redhat.com> 1.0.12-2
 - Fix sendmail error handler. Bug report from Dustin Kirkland of IBM.
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	7 Nov 2005 23:06:21 -0000	1.34
+++ sources	2 Feb 2006 14:00:41 -0000	1.35
@@ -1,2 +1,2 @@
 3060e7e99fc090bc2cc13597db2a8d29  audit-0.9.14-header.patch
-32bd16841b3f2308a8a44b62a35b4abe  audit-1.0.12.tar.gz
+ec6178b0773b5c127d984b0d95bf5b89  audit-1.0.13.tar.gz


--- audit-1.0.12-sendmail.patch DELETED ---




More information about the fedora-cvs-commits mailing list