diff --git a/opendnssec.spec b/opendnssec.spec index 89e7b3f..2999256 100644 --- a/opendnssec.spec +++ b/opendnssec.spec @@ -19,6 +19,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: opencryptoki, softhsm, systemd-units BuildRequires: ldns-devel >= 1.6.12, sqlite-devel , openssl-devel BuildRequires: libxml2-devel CUnit-devel, doxygen +# It tests for pkill/killall and would use /bin/false if not found +BuildRequires: procps-ng + Requires(pre): shadow-utils Requires(post): systemd-units Requires(preun): systemd-units @@ -111,6 +114,10 @@ fi %systemd_postun_with_restart ods-signerd.service %changelog +* Wed Sep 26 2012 Paul Wouters - 1.4.0-0.4.b1 +- UNRELEASED - placeholder +- Added BuildRequires: procps-ng for bug OPENDNSSEC-345 + * Wed Sep 26 2012 Paul Wouters - 1.4.0-0.3.b1 - Just an EVR fix to the proper standard - Cleanup of spec file