From f8c8016e258579e87b51c48868aca5aa7fb7c428 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 15 Dec 2014 11:12:35 +0100 Subject: [PATCH] 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 --- socket_wrapper.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/socket_wrapper.spec b/socket_wrapper.spec index c36f9af..d636d57 100644 --- a/socket_wrapper.spec +++ b/socket_wrapper.spec @@ -11,6 +11,8 @@ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz BuildRequires: cmake 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 @@ -68,6 +70,7 @@ popd %changelog * Mon Dec 15 2014 Michael Adam - 1.1.2-2 - Fix format of changelog entries. +- Require cmake. * Fri Dec 12 2014 Michael Adam - 1.1.2-2 - Fix typos.