[uid_wrapper/f20] Require cmake, to not have directory _libdir/cmake without owner

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


commit ab41835ea83943420b860895628dfbc1a7992035
Author: Michael Adam <madam at redhat.com>
Date:   Mon Dec 15 22:40:13 2014 +0100

    Require cmake, to not have directory _libdir/cmake without owner
    
    Reviewed-by: Michael Adam <madam at redhat.com>
    (cherry picked from commit 18d6c1a637e498c26856f5a913494ba5dc62b338)

 uid_wrapper.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/uid_wrapper.spec b/uid_wrapper.spec
index e5dc393..7ed1aad 100644
--- a/uid_wrapper.spec
+++ b/uid_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
 Some projects like a file server need privilege separation to be able to switch
 to the connection user and do file operations. uid_wrapper convincingly lies
@@ -67,6 +69,7 @@ popd
 %changelog
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.0.2-3
 - Fix format errors in changelog.
+- Require cmake.
 
 * 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