From 128723b02b0174374076f1f91d2a07f53d930674 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 12 Jan 2015 01:11:57 +0100 Subject: [PATCH] Add dependencies for ctdb. --- samba.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index a567299..2b7b658 100644 --- a/samba.spec +++ b/samba.spec @@ -6,7 +6,7 @@ # ctdb is enabled by default, you can disable it with: --without clustering %bcond_without clustering -%define main_release 4 +%define main_release 5 %define samba_version 4.2.0 %define talloc_version 2.1.1 @@ -546,9 +546,21 @@ Group: System Environment/Daemons Requires: coreutils Requires: fileutils +# for ps and killall Requires: psmisc Requires: sed Requires: tdb-tools +Requires: awk +# 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 Requires(post): systemd-units Requires(preun): systemd-units @@ -1839,6 +1851,9 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* Mon Jan 12 2015 Michael Adam - 4.2.0-0.5.rc3 +- Add dependencies for ctdb. + * Fri Jan 09 2015 Stephen Gallagher 4.2.0-0.4.rc3 - Apply the DEBUG patch