From e85f917301bbe45348a79f47b3db82a63b927898 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Thu, 21 Dec 2006 21:05:10 +0000 Subject: [PATCH] - rebuild again for python 2.5 --- audit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/audit.spec b/audit.spec index 9beec62..ff728da 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.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -146,9 +146,9 @@ fi %files libs-python %defattr(-,root,root) %attr(750,root,root) /sbin/audispd -%{_libdir}/python*/site-packages/_audit.so -/usr/lib/python*/site-packages/audit.py* -/usr/lib/python*/site-packages/AuditMsg.py* +%{_libdir}/python2.5/site-packages/_audit.so +/usr/lib/python2.5/site-packages/audit.py* +/usr/lib/python2.5/site-packages/AuditMsg.py* %files %defattr(-,root,root,-) @@ -168,6 +168,9 @@ fi %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd %changelog +* Sun Dec 10 2006 Steve Grubb 1.3.1-2 +- rebuild again for python 2.5 + * Sun Dec 10 2006 Steve Grubb 1.3.1-1 - Fix a couple parsing problems (#217952) - Add tgkill to S390* syscall tables (#218484)