diff --git a/audit-1.3.1-python.patch b/audit-1.3.1-python.patch index 9d35c9f..936a036 100644 --- a/audit-1.3.1-python.patch +++ b/audit-1.3.1-python.patch @@ -17,7 +17,18 @@ diff -ur audit-1.3.1.orig/configure.ac audit-1.3.1/configure.ac 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 + #include ++#include // to work around buggy kernel headers + #include + #include "ausearch-lookup.h" + #include "ausearch-options.h" diff --git a/audit.spec b/audit.spec index a873e60..f7905aa 100644 --- a/audit.spec +++ b/audit.spec @@ -171,7 +171,7 @@ fi %changelog * Sun Dec 10 2006 Steve Grubb 1.3.1-2 -- rebuild again for python 2.5 +- Make more adjustments for python 2.5 * Sun Dec 10 2006 Steve Grubb 1.3.1-1 - Fix a couple parsing problems (#217952)