[opendnssec/f17] * add buildrequires: procps-ng

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


commit b39d5f88b98be348b9bac4e427e72a96430b4b85
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 396bb47..a073ed4 100644
--- a/opendnssec.spec
+++ b/opendnssec.spec
@@ -19,6 +19,9 @@ Requires: opencryptoki, softhsm
 BuildRequires: 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
@@ -121,6 +124,10 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %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
 - Upgraded to 1.4.0b1
 - EVR fix to the proper standard


More information about the scm-commits mailing list