rpms/audit/devel .cvsignore, 1.73, 1.74 audit.spec, 1.125, 1.126 sources, 1.86, 1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 21 00:11:22 UTC 2007


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Tue Feb 20 2007 Steve Grubb <sgrubb at redhat.com> 1.4.2-1
- Add man pages
- Reduce text relocations in parser library
- Add -n option to auditd for no fork
- Add exec option to space_left, admin_space_left, disk_full,
  and disk_error - eg EXEC /usr/local/script



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- .cvsignore	16 Feb 2007 22:20:43 -0000	1.73
+++ .cvsignore	21 Feb 2007 00:11:20 -0000	1.74
@@ -70,3 +70,4 @@
 audit-1.3.1.tar.gz
 audit-1.4.tar.gz
 audit-1.4.1.tar.gz
+audit-1.4.2.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- audit.spec	16 Feb 2007 22:20:43 -0000	1.125
+++ audit.spec	21 Feb 2007 00:11:20 -0000	1.126
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.4.1
+Version: 1.4.2
 Release: 1%{?dist}
 License: GPL
 Group: System Environment/Daemons
@@ -51,16 +51,15 @@
 
 %description libs-python
 The audit-libs-python package contains the bindings so that libaudit
-can be used by python.
+and libauparse can be used by python.
 
 %prep
 %setup -q
 
 %build
 autoreconf -fv --install
-export CFLAGS="$RPM_OPT_FLAGS"
 %configure --sbindir=/sbin --libdir=/%{_lib}
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -175,6 +174,13 @@
 %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
 
 %changelog
+* Tue Feb 20 2007 Steve Grubb <sgrubb at redhat.com> 1.4.2-1
+- Add man pages
+- Reduce text relocations in parser library
+- Add -n option to auditd for no fork
+- Add exec option to space_left, admin_space_left, disk_full,
+  and disk_error - eg EXEC /usr/local/script
+
 * Fri Feb 16 2007 Steve Grubb <sgrubb at redhat.com> 1.4.1-1
 - updated audit_rule_fieldpair_data to handle perm correctly (#226780)
 - Finished search options for audit parsing library


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- sources	16 Feb 2007 22:20:43 -0000	1.86
+++ sources	21 Feb 2007 00:11:20 -0000	1.87
@@ -1 +1 @@
-bd41d7ce365758ccf695471cff7bb802  audit-1.4.1.tar.gz
+534c00e0030644b02a4035ea1c6b5c01  audit-1.4.2.tar.gz




More information about the fedora-cvs-commits mailing list