[socket_wrapper/el6] Require "cmake".

Michael Adam obnox at fedoraproject.org
Tue Dec 16 13:49:44 UTC 2014


commit e9672312b4019090188517bb814e61c1c7ba1953
Author: Michael Adam <madam at redhat.com>
Date:   Mon Dec 15 11:12:35 2014 +0100

    Require "cmake".
    
    This package installs files under %{_libdir}/cmake/ without
    creating/owning that directory. So we should not only have
    a build dependency but also a package dependency.
    
    Signed-off-by: Michael Adam <madam at redhat.com>
    (cherry picked from commit f8c8016e258579e87b51c48868aca5aa7fb7c428)
    (cherry picked from commit db268ca9b76a23cd371e91e7a63989c5417f5862)

 socket_wrapper.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/socket_wrapper.spec b/socket_wrapper.spec
index c89da39..9b55e71 100644
--- a/socket_wrapper.spec
+++ b/socket_wrapper.spec
@@ -13,6 +13,8 @@ Patch0:         swrap-Fix-the-loop-for-older-gcc-versions.patch
 BuildRequires:  cmake28
 BuildRequires:  libcmocka-devel >= 0.4.1
 
+Requires:       cmake
+
 %description
 socket_wrapper aims to help client/server software development teams willing to
 gain full functional test coverage. It makes it possible to run several
@@ -73,6 +75,7 @@ popd
 %changelog
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.1.2-2
 - Fix format of changelog entries.
+- Require cmake.
 
 * Fri Dec 12 2014 Michael Adam <madam at redhat.com> - 1.1.2-2
 - Fix typos.


More information about the scm-commits mailing list