[uid_wrapper/f20] Don't own _libdir/pkgconfig and require pkgconfig instead.

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


commit 302d3434a74e5122a3b9b246152df65df743909a
Author: Michael Adam <madam at redhat.com>
Date:   Mon Dec 15 22:17:00 2014 +0100

    Don't own _libdir/pkgconfig and require pkgconfig instead.
    
    Reviewed-by: Michael Adam <madam at redhat.com>
    (cherry picked from commit 58ff6dd9f2be140c7ab583539c3c8f69d6abb3e6)

 uid_wrapper.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/uid_wrapper.spec b/uid_wrapper.spec
index 7ed1aad..aaf1b36 100644
--- a/uid_wrapper.spec
+++ b/uid_wrapper.spec
@@ -12,6 +12,7 @@ BuildRequires:  cmake
 BuildRequires:  libcmocka-devel
 
 Requires:       cmake
+Requires:       pkgconfig
 
 %description
 Some projects like a file server need privilege separation to be able to switch
@@ -62,7 +63,6 @@ popd
 %dir %{_libdir}/cmake/uid_wrapper
 %{_libdir}/cmake/uid_wrapper/uid_wrapper-config-version.cmake
 %{_libdir}/cmake/uid_wrapper/uid_wrapper-config.cmake
-%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/uid_wrapper.pc
 %{_mandir}/man1/uid_wrapper.1*
 
@@ -70,6 +70,7 @@ popd
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.0.2-3
 - Fix format errors in changelog.
 - Require cmake.
+- Don't own _libdir/pkgconfig, and require pkgconfig instead.
 
 * Thu Oct 02 2014 Andreas Schneider <asn at redhat.com> - 1.0.2-2
 - resolves: #1146410 - Do not own /usr/lib64/cmake.


More information about the scm-commits mailing list