rpms/audit/devel audit-1.1.3-initscript-disabled.patch, NONE, 1.1 .cvsignore, 1.55, 1.56 audit.spec, 1.75, 1.76 sources, 1.62, 1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 5 23:37:51 UTC 2006


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Added Files:
	audit-1.1.3-initscript-disabled.patch 
Log Message:
* Thu Jan 5 2006 Steve Grubb <sgrubb at redhat.com> 1.1.3-1
- Add timestamp to daemon_config messages (#174865)
- Add error checking of year for aureport & ausearh
- Treat af_unix sockets as files for searching and reporting
- Update capp & lspp rules to combine syscalls for higher performance
- Adjusted the chkconfig line for auditd to start a little earlier
- Added skeleton program to docs for people to write their own dispatcher with
- Apply patch from Ulrich Drepper that optimizes resource utilization
- Change ausearch and aureport to unlocked IO


audit-1.1.3-initscript-disabled.patch:
 auditd.init |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE audit-1.1.3-initscript-disabled.patch ---
diff -ur audit-1.0.3.orig/init.d/auditd.init audit-1.0.3/init.d/auditd.init
--- audit-1.0.3.orig/init.d/auditd.init	2005-09-16 14:06:21.000000000 -0400
+++ audit-1.0.3/init.d/auditd.init	2005-09-16 14:06:43.000000000 -0400
@@ -2,7 +2,7 @@
 #
 # auditd        This starts and stops auditd
 #
-# chkconfig: 2345 11 88
+# chkconfig: - 11 88
 # description: This starts the Linux Auditing System Daemon
 #
 # processname: /sbin/auditd


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- .cvsignore	5 Dec 2005 23:10:00 -0000	1.55
+++ .cvsignore	5 Jan 2006 23:37:48 -0000	1.56
@@ -52,3 +52,4 @@
 audit-1.1.tar.gz
 audit-1.1.1.tar.gz
 audit-1.1.2.tar.gz
+audit-1.1.3.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- audit.spec	9 Dec 2005 22:39:41 -0000	1.75
+++ audit.spec	5 Jan 2006 23:37:48 -0000	1.76
@@ -1,13 +1,14 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 1.1.2
-Release: 1.1
+Version: 1.1.3
+Release: 1
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
+Patch1: audit-1.1.3-initscript-disabled.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libtool
+BuildRequires: libtool swig
 BuildRequires: glibc-kernheaders >= 2.4-9.1.95
 BuildRequires: automake >= 1.9
 BuildRequires: autoconf >= 2.59
@@ -53,6 +54,8 @@
 
 %prep
 %setup -q
+# When in production, uncomment this so the patch is applied
+#%patch1 -p1
 
 %build
 autoreconf -fv --install
@@ -84,6 +87,8 @@
 rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.la
+# Temp remove this file
+rm -f $RPM_BUILD_ROOT/sbin/audispd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -125,14 +130,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc  README COPYING ChangeLog sample.rules contrib/capp.rules contrib/lspp.rules init.d/auditd.cron
+%doc  README COPYING ChangeLog sample.rules contrib/capp.rules contrib/lspp.rules contrib/skeleton.c init.d/auditd.cron
 %attr(0644,root,root) %{_mandir}/man8/*
 %attr(750,root,root) /sbin/auditctl
 %attr(750,root,root) /sbin/auditd
 %attr(750,root,root) /sbin/ausearch
 %attr(750,root,root) /sbin/aureport
 %attr(750,root,root) /sbin/autrace
-%attr(750,root,root) /sbin/audispd
+#%attr(750,root,root) /sbin/audispd
 %attr(755,root,root) /etc/rc.d/init.d/auditd
 %attr(750,root,root) %{_var}/log/audit
 %config(noreplace) %attr(640,root,root) /etc/auditd.conf
@@ -141,8 +146,15 @@
 
 
 %changelog
-* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
-- rebuilt
+* Thu Jan 5 2006 Steve Grubb <sgrubb at redhat.com> 1.1.3-1
+- Add timestamp to daemon_config messages (#174865)
+- Add error checking of year for aureport & ausearh
+- Treat af_unix sockets as files for searching and reporting
+- Update capp & lspp rules to combine syscalls for higher performance
+- Adjusted the chkconfig line for auditd to start a little earlier
+- Added skeleton program to docs for people to write their own dispatcher with
+- Apply patch from Ulrich Drepper that optimizes resource utilization
+- Change ausearch and aureport to unlocked IO
 
 * Thu Dec 5 2005 Steve Grubb <sgrubb at redhat.com> 1.1.2-1
 - Add more message types


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sources	5 Dec 2005 23:10:00 -0000	1.62
+++ sources	5 Jan 2006 23:37:48 -0000	1.63
@@ -1 +1 @@
-7537b147736ebf50cf7103a767d6725a  audit-1.1.2.tar.gz
+ff5be0c2fdc3a28ec4903f64a5587faf  audit-1.1.3.tar.gz




More information about the fedora-cvs-commits mailing list