From 0b8b4aaa9b648de29c39ab0cdfa44cb00070deef Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Dec 01 2006 16:34:07 +0000 Subject: - Fix timestamp for libaudit.conf (#218053) --- diff --git a/audit.spec b/audit.spec index a4c71ca..27638ce 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ Summary: User space tools for 2.6 kernel auditing Name: audit Version: 1.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -91,6 +91,9 @@ 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 +# On platforms with 32 & 64 bit libs, we need to coordinate the timestamp +touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf + %clean rm -rf $RPM_BUILD_ROOT @@ -167,6 +170,9 @@ fi %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd %changelog +* Thu Nov 30 2006 Steve Grubb 1.3-3 +- Fix timestamp for libaudit.conf (#218053) + * Thu Nov 30 2006 Steve Grubb 1.3-2 - Fix minor parsing problem and add new msg types