[ctdb/f21] Add missing dependencies. Bump release to 3.

Michael Adam obnox at fedoraproject.org
Mon Jan 12 15:28:06 UTC 2015


commit c9d3c1a4b06bb40ff7cd171a96265ce25e9c47bf
Author: Michael Adam <madam at redhat.com>
Date:   Sun Jan 11 22:36:09 2015 +0100

    Add missing dependencies. Bump release to 3.

 ctdb.spec |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/ctdb.spec b/ctdb.spec
index 094d003..e4df9cf 100644
--- a/ctdb.spec
+++ b/ctdb.spec
@@ -6,7 +6,7 @@
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
 Version: 2.5.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://ctdb.samba.org/
@@ -21,9 +21,22 @@ Patch2: use_var_lib.patch
 
 Patch3: socket_lock_fix.patch
 
-Requires: chkconfig coreutils psmisc
+Requires: chkconfig coreutils
+# for ps and kill:
+Requires: psmisc
 Requires: fileutils sed
 Requires: tdb-tools
+Requires: gawk
+# for pkill and pidof
+Requires: procps-ng
+# for netstat:
+Requires: net-tools
+Requires: ethtool
+# for ip:
+Requires: iproute
+Requires: iptables
+# for flock, getopt, kill:
+Requires: util-linux
 %if %{with_systemd}
 Requires(post): systemd-units
 Requires(preun): systemd-units
@@ -271,6 +284,9 @@ fi
 %doc tests/README
 
 %changelog
+* Mon Jan 12 2015 Michael Adam <madam at redhat.com> - 2.5.4-3
+- Add missing dependencies.
+
 * Mon Dec 08 2014 Sumit Bose <sbose at redhat.com> - 2.5.4-2
 - Fix /run-dir and socket_lock path
 


More information about the scm-commits mailing list