Author: arekm Date: Tue Jun 1 07:13:43 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 2; build fixed
---- Files affected: packages/audit: audit.spec (1.74 -> 1.75) , audit-stat.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/audit/audit.spec diff -u packages/audit/audit.spec:1.74 packages/audit/audit.spec:1.75 --- packages/audit/audit.spec:1.74 Fri Jan 15 16:45:19 2010 +++ packages/audit/audit.spec Tue Jun 1 09:13:38 2010 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Narzędzia przestrzeni użytkownika do audytu jąder 2.6 Name: audit Version: 2.0.4 -Release: 1 +Release: 2 License: GPL v2+ Group: Daemons Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -19,6 +19,7 @@ Patch0: %{name}-install.patch Patch1: %{name}-pthread.patch Patch2: %{name}-m4.patch +Patch3: %{name}-stat.patch URL: http://people.redhat.com/sgrubb/audit/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 @@ -139,6 +140,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %if !%{with python} sed 's#swig/Makefile ##' -i configure.ac @@ -310,6 +312,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2010/06/01 07:13:38 arekm +- rel 2; build fixed + Revision 1.74 2010/01/15 15:45:19 qboosh - updated to 2.0.4 ================================================================ Index: packages/audit/audit-stat.patch diff -u /dev/null packages/audit/audit-stat.patch:1.1 --- /dev/null Tue Jun 1 09:13:44 2010 +++ packages/audit/audit-stat.patch Tue Jun 1 09:13:38 2010 @@ -0,0 +1,10 @@ +--- audit-2.0.4/lib/libaudit.c~ 2009-12-07 22:16:48.000000000 +0100 ++++ audit-2.0.4/lib/libaudit.c 2010-06-01 09:11:01.489476207 +0200 +@@ -34,6 +34,7 @@ + #include <errno.h> + #include <sys/poll.h> + #include <sys/utsname.h> ++#include <sys/stat.h> + #include <fcntl.h> /* O_NOFOLLOW needs gnu defined */ + #include <limits.h> /* for PATH_MAX */ + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audit/audit.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
