rpms/audit/devel .cvsignore, 1.97, 1.98 audit.spec, 1.194, 1.195 sources, 1.121, 1.122 audit-1.7.9-bugs.patch, 1.1, NONE audit-1.7.9-i386.patch, 1.1, NONE audit-1.7.9-startup.patch, 1.1, NONE audit-1.7.9-time.patch, 1.1, NONE

Steve Grubb sgrubb at fedoraproject.org
Wed Nov 5 20:54:42 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30494

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.7.9-bugs.patch audit-1.7.9-i386.patch 
	audit-1.7.9-startup.patch audit-1.7.9-time.patch 
Log Message:
* Wed Nov 05 2008 Steve Grubb <sgrubb at redhat.com> 1.7.9-1
- New upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- .cvsignore	22 Oct 2008 18:21:46 -0000	1.97
+++ .cvsignore	5 Nov 2008 20:54:11 -0000	1.98
@@ -94,3 +94,4 @@
 audit-1.7.6.tar.gz
 audit-1.7.7.tar.gz
 audit-1.7.8.tar.gz
+audit-1.7.9.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- audit.spec	28 Oct 2008 14:35:27 -0000	1.194
+++ audit.spec	5 Nov 2008 20:54:11 -0000	1.195
@@ -1,7 +1,7 @@
-%define audit_version 1.7.8
-%define audit_release 6%{?dist}
+%define audit_version 1.7.9
+%define audit_release 1%{?dist}
 %define sca_version 0.4.8
-%define sca_release 10
+%define sca_release 11
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary: User space tools for 2.6 kernel auditing
@@ -12,10 +12,6 @@
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
-Patch1: audit-1.7.9-bugs.patch
-Patch2: audit-1.7.9-i386.patch
-Patch3: audit-1.7.9-startup.patch
-Patch4: audit-1.7.9-time.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext-devel intltool libtool swig python-devel
 BuildRequires: tcp_wrappers-devel 
@@ -93,13 +89,8 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
-(cd system-config-audit; ./autogen.sh)
 %configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude --with-libwrap --enable-gssapi-krb5=no
 make %{?_smp_mflags}
 
@@ -206,6 +197,7 @@
 %attr(644,root,root) %{_mandir}/man8/aureport.8.gz
 %attr(644,root,root) %{_mandir}/man8/ausearch.8.gz
 %attr(644,root,root) %{_mandir}/man8/autrace.8.gz
+%attr(644,root,root) %{_mandir}/man8/aulast.8.gz
 %attr(644,root,root) %{_mandir}/man8/aulastlog.8.gz
 %attr(644,root,root) %{_mandir}/man8/ausyscall.8.gz
 %attr(644,root,root) %{_mandir}/man5/auditd.conf.5.gz
@@ -217,6 +209,7 @@
 %attr(755,root,root) /sbin/aureport
 %attr(750,root,root) /sbin/autrace
 %attr(750,root,root) /sbin/audispd
+%attr(750,root,root) %{_bindir}/aulast
 %attr(750,root,root) %{_bindir}/aulastlog
 %attr(755,root,root) %{_bindir}/ausyscall
 %attr(755,root,root) /etc/rc.d/init.d/auditd
@@ -266,6 +259,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Wed Nov 05 2008 Steve Grubb <sgrubb at redhat.com> 1.7.9-1
+- New upstream release
+
 * Tue Oct 28 2008 Steve Grubb <sgrubb at redhat.com> 1.7.8-6
 - Update specfile requires to include dist
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- sources	22 Oct 2008 18:21:46 -0000	1.121
+++ sources	5 Nov 2008 20:54:11 -0000	1.122
@@ -1 +1 @@
-6b2529433c2fcf4728b286f0d822d016  audit-1.7.8.tar.gz
+d2d09d562f1def849938b3afc4050b37  audit-1.7.9.tar.gz


--- audit-1.7.9-bugs.patch DELETED ---


--- audit-1.7.9-i386.patch DELETED ---


--- audit-1.7.9-startup.patch DELETED ---


--- audit-1.7.9-time.patch DELETED ---




More information about the scm-commits mailing list