[opendnssec/el6] * add procps buildrequire

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


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

    * add procps buildrequire

 opendnssec.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/opendnssec.spec b/opendnssec.spec
index 9597675..d2c9050 100644
--- a/opendnssec.spec
+++ b/opendnssec.spec
@@ -17,6 +17,9 @@ Group: Applications/System
 Requires: opencryptoki, softhsm
 BuildRequires: ldns-devel >= 1.6.13, 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
+
 Requires(pre): shadow-utils
 %if 0%{?prever:1}
 # For building snapshots
@@ -109,6 +112,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 for bug OPENDNSSEC-345
+
 * Wed Sep 26 2012 Paul Wouters <pwouters at redhat.com> - 1.4.0-0.2.b1
 - Just an EVR fix to the proper standard
 - Remove accidentally added (but not released) Epoch:


More information about the scm-commits mailing list