[opendnssec] * add buildrequires: procps-ng

Paul Wouters pwouters at fedoraproject.org
Tue Oct 23 22:09:30 UTC 2012


commit 79ba89981dd1af9de0a4adceb3ab4bc5c9b6a085
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Oct 23 18:05:08 2012 -0400

    * add buildrequires: procps-ng

 opendnssec.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
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 <pwouters at redhat.com> - 1.4.0-0.4.b1
+- UNRELEASED - placeholder
+- Added BuildRequires: procps-ng for bug OPENDNSSEC-345
+
 * Wed Sep 26 2012 Paul Wouters <pwouters at redhat.com> - 1.4.0-0.3.b1
 - Just an EVR fix to the proper standard
 - Cleanup of spec file


More information about the scm-commits mailing list