]> git.pld-linux.org Git - packages/audit.git/commitdiff
- rel 2; build fixed auto/th/audit-2_0_4-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 1 Jun 2010 07:13:38 +0000 (07:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit-stat.patch -> 1.1
    audit.spec -> 1.75

audit-stat.patch [new file with mode: 0644]
audit.spec

diff --git a/audit-stat.patch b/audit-stat.patch
new file mode 100644 (file)
index 0000000..cf9971e
--- /dev/null
@@ -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 */
index ddc80b0c506755ed7c95a831c447fa9c44a31718..0927ea659c883cf3985ed8ab404c3ca3db60ff9f 100644 (file)
@@ -8,7 +8,7 @@ Summary:        User space tools for 2.6 kernel auditing
 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
@@ -18,6 +18,7 @@ Source3:      %{name}d.sysconfig
 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
@@ -138,6 +139,7 @@ Pythonowy interfejs do biblioteki libaudit.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %if !%{with python}
 sed 's#swig/Makefile ##' -i configure.ac
This page took 0.086748 seconds and 4 git commands to generate.