[nss_wrapper/el6] Require pkgconfig and don't own %{_libdir}/pkgconfig

Michael Adam obnox at fedoraproject.org
Tue Dec 16 15:52:05 UTC 2014


commit 30175cdc7d182053d68b910e07b38c63a87126a6
Author: Michael Adam <madam at redhat.com>
Date:   Mon Dec 15 17:30:00 2014 +0100

    Require pkgconfig and don't own %{_libdir}/pkgconfig
    
    Signed-off-by: Michael Adam <madam at redhat.com>
    (cherry picked from commit bfaa79df4ae95409a23a8f477c0a13f61c10abd3)

 nss_wrapper.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/nss_wrapper.spec b/nss_wrapper.spec
index 51c938d..e82fde9 100644
--- a/nss_wrapper.spec
+++ b/nss_wrapper.spec
@@ -12,6 +12,7 @@ BuildRequires:  cmake28
 BuildRequires:  libcmocka-devel
 
 Requires:       cmake
+Requires:       pkgconfig
 
 %description
 There are projects which provide daemons needing to be able to create, modify
@@ -73,7 +74,6 @@ popd
 %dir %{_libdir}/cmake/nss_wrapper
 %{_libdir}/cmake/nss_wrapper/nss_wrapper-config-version.cmake
 %{_libdir}/cmake/nss_wrapper/nss_wrapper-config.cmake
-%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/nss_wrapper.pc
 %{_mandir}/man1/nss_wrapper.1*
 
@@ -81,6 +81,7 @@ popd
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.0.3-2
 - Fix format of changelog entries.
 - Require cmake.
+- Don't own _libdir/pkgconfig, and require pkgconfig instead.
 
 * Thu Sep 11 2014 Andreas Schneider <asn at redhat.com> - 1.0.3-1
 - Update to version 1.0.3.


More information about the scm-commits mailing list