From b77087c8835646e44153cc7146812495137f6e42 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Dec 16 2014 09:33:49 +0000 Subject: Require cmake. So that we don't own the /usr/lib64/cmake directory. Signed-off-by: Michael Adam --- diff --git a/nss_wrapper.spec b/nss_wrapper.spec index 69b847d..00e1f23 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 - 1.0.3-2 - Fix format of changelog entries. +- Require cmake. * Thu Sep 11 2014 Andreas Schneider - 1.0.3-1 - Update to version 1.0.3.