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@redhat.com>
This commit is contained in:
parent
c28ca58669
commit
f8c8016e25
@ -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 <madam@redhat.com> - 1.1.2-2
|
||||
- Fix format of changelog entries.
|
||||
- Require cmake.
|
||||
|
||||
* Fri Dec 12 2014 Michael Adam <madam@redhat.com> - 1.1.2-2
|
||||
- Fix typos.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user