From 3f6975f0ae32ef93ef8d816b4f0eb7375a16f1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 13 Dec 2010 13:30:18 +0100 Subject: [PATCH] Document why shared library is not under /usr --- pcre.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcre.spec b/pcre.spec index 337b593..d2b6bb7 100644 --- a/pcre.spec +++ b/pcre.spec @@ -58,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +# libpcre.so.*() needed by grep during system start (bug #41104) mkdir -p $RPM_BUILD_ROOT/%{_lib} mv $RPM_BUILD_ROOT%{_libdir}/libpcre.so.* $RPM_BUILD_ROOT/%{_lib}/ pushd $RPM_BUILD_ROOT%{_libdir} @@ -110,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT - See ChangeLog for changes. Namely changes have been made to the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and \B. - Fix typo in pcreprecompile(3) manual +- Document why shared library is not under /usr * Mon Jul 12 2010 Petr Pisar - 8.10-1 - 8.10 bump (bug #612635)