rpms/audit/devel .cvsignore, 1.67, 1.68 audit.spec, 1.111, 1.112 sources, 1.75, 1.76

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 29 20:48:55 UTC 2006


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Fri Sep 29 2006 Steve Grubb <sgrubb at redhat.com> 1.2.8-1
- Add dist tag and bump version (#208532)
- Make internal auditd buffers bigger for context info
- Correct address resolving of hostname in logging functions
- Do not allow multiple msgtypes in same audit rule in auditctl (#207666)
- Only =, != operators for arch & inode fields in auditctl (#206427)
- Updated audit message type table
- Remove watches from aureport since FS_WATCH is deprecated
- Add audit_log_avc back temporarily (#208152)




Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- .cvsignore	19 Sep 2006 00:04:08 -0000	1.67
+++ .cvsignore	29 Sep 2006 20:48:53 -0000	1.68
@@ -64,3 +64,4 @@
 audit-1.2.5.tar.gz
 audit-1.2.6.tar.gz
 audit-1.2.7.tar.gz
+audit-1.2.8.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- audit.spec	19 Sep 2006 00:04:08 -0000	1.111
+++ audit.spec	29 Sep 2006 20:48:53 -0000	1.112
@@ -1,14 +1,14 @@
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.2.7
-Release: 2
+Version: 1.2.8
+Release: 1%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libtool swig python-devel
-BuildRequires: kernel-headers >= 2.6.17
+BuildRequires: kernel-headers >= 2.6.18
 BuildRequires: automake >= 1.9
 BuildRequires: autoconf >= 2.59
 Requires: %{name}-libs = %{version}-%{release}
@@ -34,7 +34,7 @@
 License: LGPL
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
-Requires: kernel-headers >= 2.6.17
+Requires: kernel-headers >= 2.6.18
 
 %description libs-devel
 The audit-libs-devel package contains the static libraries and header 
@@ -46,7 +46,7 @@
 License: LGPL
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}-%{release}
-Requires: kernel-headers >= 2.6.17
+Requires: kernel-headers >= 2.6.18
 
 %description libs-python
 The audit-libs-python package contains the bindings so that libaudit
@@ -165,7 +165,17 @@
 %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
 
 %changelog
-* Mon Sep 18 2006 Steve Grubb <sgrubb at redhat.com> 1.2.7-1
+* Fri Sep 29 2006 Steve Grubb <sgrubb at redhat.com> 1.2.8-1
+- Add dist tag and bump version (#208532)
+- Make internal auditd buffers bigger for context info
+- Correct address resolving of hostname in logging functions
+- Do not allow multiple msgtypes in same audit rule in auditctl (#207666)
+- Only =, != operators for arch & inode fields in auditctl (#206427)
+- Updated audit message type table
+- Remove watches from aureport since FS_WATCH is deprecated
+- Add audit_log_avc back temporarily (#208152)
+ 
+* Mon Sep 18 2006 Steve Grubb <sgrubb at redhat.com> 1.2.7-2
 - Fix logging messages to use addr if passed.
 - Apply patches from Tony Jones correcting no kernel support messages
 - Updated syscall tables for 2.6.18 kernel


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- sources	19 Sep 2006 00:04:08 -0000	1.75
+++ sources	29 Sep 2006 20:48:53 -0000	1.76
@@ -1 +1 @@
-cf9a203f51717094f588e4dfc9a33e9f  audit-1.2.7.tar.gz
+2435032bf8b62ac21982b16e5e8e1d04  audit-1.2.8.tar.gz




More information about the fedora-cvs-commits mailing list