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.