HAD-625. nonstop package has to depend on "hadoop" to provide hadoop-daemon.sh
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/551240ce Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/551240ce Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/551240ce Branch: refs/heads/master Commit: 551240ceb035b1902435437ef0f591f56ecd4556 Parents: c112b09 Author: Konstantin Boudnik <[email protected]> Authored: Thu Nov 7 17:37:47 2013 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Nov 7 17:38:15 2013 -0800 ---------------------------------------------------------------------- .../src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/551240ce/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec b/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec index 06e0507..aed9b1f 100644 --- a/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec +++ b/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec @@ -18,7 +18,7 @@ Source22: nonstop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: -Requires: hadoop-hdfs-namenode, /sbin/chkconfig, /sbin/service +Requires: hadoop, hadoop-hdfs-namenode, /sbin/chkconfig, /sbin/service AutoReq: no
