From e03de097f6eb83334cee25087ac20703f6eaa531 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Feb 10 2014 15:44:26 +0000 Subject: fix the library path in prelink blacklist --- 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 - 1.4.1-4 +- fix the library path in prelink blacklist + * Tue Sep 24 2013 Tomáš Mráz - 1.4.1-3 - add versioned dependency to -lib on base package (#1010349)