rpms/audit/devel audit-1.3.1-python.patch, 1.2, 1.3 audit.spec, 1.121, 1.122

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 22 01:14:22 UTC 2006


Author: sgrubb

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

Modified Files:
	audit-1.3.1-python.patch audit.spec 
Log Message:
Update for python and buggy kernel headers


audit-1.3.1-python.patch:
 audisp/Makefile       |    2 +-
 configure.ac          |    2 +-
 src/ausearch-lookup.c |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

Index: audit-1.3.1-python.patch
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit-1.3.1-python.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audit-1.3.1-python.patch	22 Dec 2006 00:26:48 -0000	1.2
+++ audit-1.3.1-python.patch	22 Dec 2006 01:14:20 -0000	1.3
@@ -17,7 +17,18 @@
  AM_PROG_LIBTOOL
  AC_SUBST(LIBTOOL_DEPS)
 -AM_PATH_PYTHON(2.4)
-+AM_PATH_PYTHON(2.5)
++AM_PATH_PYTHON
  
  echo .
  echo Checking for programs
+diff -ur audit-1.3.1.orig/src/ausearch-lookup.c audit-1.3.1/src/ausearch-lookup.c
+--- audit-1.3.1.orig/src/ausearch-lookup.c	2006-12-21 19:10:45.000000000 -0500
++++ audit-1.3.1/src/ausearch-lookup.c	2006-12-21 20:10:06.000000000 -0500
+@@ -24,6 +24,7 @@
+ #include "config.h"
+ #include <stdio.h>
+ #include <string.h>
++#include <asm/types.h> // to work around buggy kernel headers
+ #include <linux/net.h>
+ #include "ausearch-lookup.h"
+ #include "ausearch-options.h"


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- audit.spec	22 Dec 2006 00:33:14 -0000	1.121
+++ audit.spec	22 Dec 2006 01:14:20 -0000	1.122
@@ -171,7 +171,7 @@
 
 %changelog
 * Sun Dec 10 2006 Steve Grubb <sgrubb at redhat.com> 1.3.1-2
-- rebuild again for python 2.5
+- Make more adjustments for python 2.5
 
 * Sun Dec 10 2006 Steve Grubb <sgrubb at redhat.com> 1.3.1-1
 - Fix a couple parsing problems (#217952)




More information about the fedora-cvs-commits mailing list