[fipscheck] fix the library path in prelink blacklist

Tomáš Mráz tmraz at fedoraproject.org
Mon Feb 10 15:43:53 UTC 2014


commit e03de097f6eb83334cee25087ac20703f6eaa531
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Mon Feb 10 16:44:26 2014 +0100

    fix the library path in prelink blacklist

 fipscheck.conf |    2 +-
 fipscheck.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fipscheck.conf b/fipscheck.conf
index 3d0ce65..8476d12 100644
--- a/fipscheck.conf
+++ b/fipscheck.conf
@@ -1,2 +1,2 @@
--b /lib{,64}/libfipscheck.so.*
+-b /usr/lib{,64}/libfipscheck.so.*
 -b /usr/bin/fipscheck
diff --git a/fipscheck.spec b/fipscheck.spec
index f7cd1a8..5dd28c1 100644
--- a/fipscheck.spec
+++ b/fipscheck.spec
@@ -1,7 +1,7 @@
 Summary:	A library for integrity verification of FIPS validated modules
 Name:		fipscheck
 Version:	1.4.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
 # This is a Red Hat maintained package which is specific to
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 10 2014 Tomáš Mráz <tmraz at redhat.com> - 1.4.1-4
+- fix the library path in prelink blacklist
+
 * Tue Sep 24 2013 Tomáš Mráz <tmraz at redhat.com> - 1.4.1-3
 - add versioned dependency to -lib on base package (#1010349)
 


More information about the scm-commits mailing list