rpms/tripwire/F-10 tripwire.spec,1.16,1.17 twpol.txt.in,1.4,1.5

Steven M. Parrish tuxbrewr at fedoraproject.org
Tue Apr 7 19:10:46 UTC 2009


Author: tuxbrewr

Update of /cvs/pkgs/rpms/tripwire/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31403

Modified Files:
	tripwire.spec twpol.txt.in 
Log Message:
Added support for /usr/lib64 & /usr/local/lib64


Index: tripwire.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tripwire/F-10/tripwire.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- tripwire.spec	8 Sep 2008 21:49:08 -0000	1.16
+++ tripwire.spec	7 Apr 2009 19:10:16 -0000	1.17
@@ -3,7 +3,7 @@
 
 Name:		tripwire
 Version:	2.4.1.2
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	IDS (Intrusion Detection System)
 
 License:	GPLv2+
@@ -146,6 +146,9 @@
 
 
 %changelog
+* Tue Apr 07 2009 Steven M. Parrish <tuxbrewr at fedoraproject.org> - 2.4.1.2-7
+- Added support for /usr/lib64 & /usr/local/lib64
+
 * Mon Sep  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.4.1.2-6
 - fix license tag
 


Index: twpol.txt.in
===================================================================
RCS file: /cvs/pkgs/rpms/tripwire/F-10/twpol.txt.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- twpol.txt.in	22 Dec 2006 04:47:55 -0000	1.4
+++ twpol.txt.in	7 Apr 2009 19:10:16 -0000	1.5
@@ -725,6 +725,8 @@
 {
   /usr/lib                             -> $(SEC_BIN) ;
   /usr/local/lib                       -> $(SEC_BIN) ;
+  /usr/lib64                           -> $(SEC_BIN) ;
+  /usr/local/lib64                     -> $(SEC_BIN) ; 
 }
 
 




More information about the fedora-extras-commits mailing list