rpms/audit/devel audit-1.3.1-python.patch, NONE, 1.1 audit.spec, 1.119, 1.120

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 22 00:15:09 UTC 2006


Author: sgrubb

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

Modified Files:
	audit.spec 
Added Files:
	audit-1.3.1-python.patch 
Log Message:
update fixes for python


audit-1.3.1-python.patch:
 audisp/Makefile |    2 +-
 configure.ac    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE audit-1.3.1-python.patch ---
diff -ur audit-1.3.1.orig/audisp/Makefile audit-1.3.1/audisp/Makefile
--- audit-1.3.1.orig/audisp/Makefile	2006-12-21 19:10:45.000000000 -0500
+++ audit-1.3.1/audisp/Makefile	2006-12-21 19:11:04.000000000 -0500
@@ -1,6 +1,6 @@
 # Installation directories.
 PREFIX ?= $(DESTDIR)/usr
-LIBDIR ?= $(PREFIX)/lib/python2.4/site-packages
+LIBDIR ?= $(PREFIX)/lib/python2.5/site-packages
 SBINDIR ?= $(DESTDIR)/sbin
 LIB=AuditMsg.py
 
diff -ur audit-1.3.1.orig/configure.ac audit-1.3.1/configure.ac
--- audit-1.3.1.orig/configure.ac	2006-12-21 19:10:45.000000000 -0500
+++ audit-1.3.1/configure.ac	2006-12-21 19:11:37.000000000 -0500
@@ -39,7 +39,7 @@
 AM_INIT_AUTOMAKE
 AM_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
-AM_PATH_PYTHON(2.4)
+AM_PATH_PYTHON
 
 echo .
 echo Checking for programs


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- audit.spec	21 Dec 2006 21:05:10 -0000	1.119
+++ audit.spec	22 Dec 2006 00:15:07 -0000	1.120
@@ -6,6 +6,7 @@
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
+Patch1: audit-1.3.1-python.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libtool swig python-devel
 BuildRequires: kernel-headers >= 2.6.18
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 autoreconf -fv --install




More information about the fedora-cvs-commits mailing list