Updated Branches: refs/heads/master b871587a1 -> 437b265d4
BIGTOP-118. Add bash as a dependency on rpm/deb Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/437b265d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/437b265d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/437b265d Branch: refs/heads/master Commit: 437b265d406734e570d84e7b6379dbb2c97fbf47 Parents: b871587 Author: Peter Linnell <[email protected]> Authored: Sat Apr 6 18:39:03 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Apr 12 12:15:54 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/bigtop-utils/control | 1 + .../src/rpm/bigtop-utils/SPECS/bigtop-utils.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/437b265d/bigtop-packages/src/deb/bigtop-utils/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/bigtop-utils/control b/bigtop-packages/src/deb/bigtop-utils/control index bc57bde..f9bbe23 100644 --- a/bigtop-packages/src/deb/bigtop-utils/control +++ b/bigtop-packages/src/deb/bigtop-utils/control @@ -23,5 +23,6 @@ Homepage: http://bigtop.apache.org/ Package: bigtop-utils Architecture: all Depends: ${misc:Depends}, debianutils +Depends: bash Description: Collection of useful tools for Bigtop This includes a collection of useful tools and files for Bigtop http://git-wip-us.apache.org/repos/asf/bigtop/blob/437b265d/bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec b/bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec index 64c39ba..21de098 100644 --- a/bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec +++ b/bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec @@ -30,6 +30,8 @@ Source1: LICENSE Source2: bigtop-utils.default Source3: bigtop-detect-javalibs +Requires: bash + # "which" command is needed for a lot of projects. # It is part of the package "util-linux" on suse and "which" everywhere else %if %{?suse_version:1}0 @@ -38,8 +40,6 @@ Requires: util-linux Requires: which %endif - - %description This includes a collection of useful tools and files for Bigtop
