From 79ba89981dd1af9de0a4adceb3ab4bc5c9b6a085 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 23 Oct 2012 18:05:08 -0400 Subject: [PATCH] * add buildrequires: procps-ng --- opendnssec.spec | 7 +++++++ 1 file changed, 7 insertions(+) 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