- rebuild against python 2.5
This commit is contained in:
parent
0b8b4aaa9b
commit
cb7d8f4b57
@ -1,7 +1,7 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing
|
Summary: User space tools for 2.6 kernel auditing
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
@ -88,8 +88,8 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
|
|||||||
#rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.so
|
#rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.so
|
||||||
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la
|
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la
|
||||||
#rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.la
|
#rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.la
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.a
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_audit.a
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_audit.la
|
||||||
|
|
||||||
# On platforms with 32 & 64 bit libs, we need to coordinate the timestamp
|
# On platforms with 32 & 64 bit libs, we need to coordinate the timestamp
|
||||||
touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
|
touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
|
||||||
@ -170,6 +170,9 @@ fi
|
|||||||
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 6 2006 Jeremy Katz <katzj@redhat.com> - 1.3-4
|
||||||
|
- rebuild against python 2.5
|
||||||
|
|
||||||
* Thu Nov 30 2006 Steve Grubb <sgrubb@redhat.com> 1.3-3
|
* Thu Nov 30 2006 Steve Grubb <sgrubb@redhat.com> 1.3-3
|
||||||
- Fix timestamp for libaudit.conf (#218053)
|
- Fix timestamp for libaudit.conf (#218053)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user