[nss_wrapper/f20] Require cmake.

Michael Adam obnox at fedoraproject.org
Tue Dec 16 15:10:59 UTC 2014


commit 73dee01054965517449742451a4b0d1c220726f6
Author: Michael Adam <madam at redhat.com>
Date:   Mon Dec 15 17:27:21 2014 +0100

    Require cmake.
    
    So that we don't own the /usr/lib64/cmake directory.
    
    Signed-off-by: Michael Adam <madam at redhat.com>
    (cherry picked from commit b77087c8835646e44153cc7146812495137f6e42)

 nss_wrapper.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/nss_wrapper.spec b/nss_wrapper.spec
index 60e5052..0ae7b57 100644
--- a/nss_wrapper.spec
+++ b/nss_wrapper.spec
@@ -11,6 +11,8 @@ Source0:        https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  libcmocka-devel
 
+Requires:       cmake
+
 %description
 There are projects which provide daemons needing to be able to create, modify
 and delete Unix users. Or just switch user ids to interact with the system e.g.
@@ -77,6 +79,7 @@ popd
 %changelog
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.0.3-2
 - Fix format of changelog entries.
+- Require cmake.
 
 * 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