rpms/tripwire/devel tripwire.spec,1.18,1.19 twpol.txt.in,1.4,1.5

Steven M. Parrish tuxbrewr at fedoraproject.org
Tue Apr 7 18:56:35 UTC 2009


Author: tuxbrewr

Update of /cvs/pkgs/rpms/tripwire/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26737

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/devel/tripwire.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- tripwire.spec	25 Feb 2009 21:54:42 -0000	1.18
+++ tripwire.spec	7 Apr 2009 18:56:05 -0000	1.19
@@ -3,7 +3,7 @@
 
 Name:		tripwire
 Version:	2.4.1.2
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	IDS (Intrusion Detection System)
 
 License:	GPLv2+
@@ -146,6 +146,9 @@
 
 
 %changelog
+* Tue Apr 7 2009 Steven M. Parrish <tuxbrewr at fedoraproject.org> - 2.4.1.2-9
+- Added support for /usr/lib64 & /usr/local/lib64
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.1.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: twpol.txt.in
===================================================================
RCS file: /cvs/pkgs/rpms/tripwire/devel/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 18:56:05 -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