packages: audit/audit.spec, audit/audit-pthread.patch (NEW) - rel 5 - add B...

baggins baggins at pld-linux.org
Mon Jul 6 13:02:57 CEST 2009


Author: baggins                      Date: Mon Jul  6 11:02:57 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 5
- add BR heimdal-devel
- fix linking with pthread

---- Files affected:
packages/audit:
   audit.spec (1.71 -> 1.72) , audit-pthread.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/audit/audit.spec
diff -u packages/audit/audit.spec:1.71 packages/audit/audit.spec:1.72
--- packages/audit/audit.spec:1.71	Sat Apr 25 13:06:59 2009
+++ packages/audit/audit.spec	Mon Jul  6 13:02:52 2009
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	Narzędzia przestrzeni użytkownika do audytu jąder 2.6
 Name:		audit
 Version:	1.7.13
-Release:	4
+Release:	5
 License:	GPL v2+
 Group:		Daemons
 Source0:	http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
@@ -17,12 +17,14 @@
 Source2:	%{name}d.init
 Source3:	%{name}d.sysconfig
 Patch0:		%{name}-install.patch
+Patch1:		%{name}-pthread.patch
 URL:		http://people.redhat.com/sgrubb/audit/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.9
 %{?with_pie:BuildRequires:	gcc >= 5:3.4}
 BuildRequires:	gettext-devel >= 0.14.6
 BuildRequires:	glibc-headers >= 6:2.3.6
+BuildRequires:	heimdal-devel
 BuildRequires:	intltool
 BuildRequires:	libstdc++-devel
 %{?with_prelude:BuildRequires:	libprelude-devel}
@@ -150,6 +152,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %if !%{with python}
 sed 's#swig/Makefile ##' -i configure.ac
@@ -173,6 +176,7 @@
 cd ..
 %configure \
 	--with-apparmor \
+	--enable-gssapi-krb5 \
 	%{?with_prelude:--with-prelude}
 # override auditd_{C,LD}FLAGS to avoid -fPIE unsupported by gcc 3.3
 %{__make} \
@@ -337,6 +341,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72  2009/07/06 11:02:52  baggins
+- rel 5
+- add BR heimdal-devel
+- fix linking with pthread
+
 Revision 1.71  2009/04/25 11:06:59  hawk
 - release 4 for system-config-audit
 

================================================================
Index: packages/audit/audit-pthread.patch
diff -u /dev/null packages/audit/audit-pthread.patch:1.1
--- /dev/null	Mon Jul  6 13:02:57 2009
+++ packages/audit/audit-pthread.patch	Mon Jul  6 13:02:52 2009
@@ -0,0 +1,11 @@
+--- audit-1.7.13/src/Makefile.am~	2009-04-21 20:47:18.000000000 +0200
++++ audit-1.7.13/src/Makefile.am	2009-07-06 13:01:03.410269265 +0200
+@@ -34,7 +34,7 @@
+ auditd_CFLAGS = -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing 
+ auditd_LDFLAGS = -pie -Wl,-z,relro
+ auditd_DEPENDENCIES = mt/libauditmt.a libev/libev.a
+-auditd_LDADD = @LIBWRAP_LIBS@ @libev_LIBS@ -Llibev -lev -lrt -lm $(gss_libs)
++auditd_LDADD = @LIBWRAP_LIBS@ @libev_LIBS@ -Llibev -lev -lrt -lm $(gss_libs) $(LDADD)
+ 
+ auditctl_SOURCES = auditctl.c auditctl-llist.c delete_all.c
+ auditctl_DEPENDENCIES = mt/libauditmt.a 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audit/audit.spec?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list