Updated Branches: refs/heads/branch-0.3.1 03b47371e -> 6ce2c6bca
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/6ce2c6bc Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6ce2c6bc Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6ce2c6bc Branch: refs/heads/branch-0.3.1 Commit: 6ce2c6bca4f669c77176839cf269904602d898a5 Parents: 03b4737 Author: Peter Linnell <[email protected]> Authored: Sat Apr 6 18:39:03 2013 -0700 Committer: plinnell <[email protected]> Committed: Sat Apr 6 18:39:03 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/bigtop-utils/control | 1 + .../src/rpm/bigtop-utils/SPECS/bigtop-utils.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/6ce2c6bc/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 4fe62d7..b35a966 100644 --- a/bigtop-packages/src/deb/bigtop-utils/control +++ b/bigtop-packages/src/deb/bigtop-utils/control @@ -23,5 +23,6 @@ Homepage: http://incubator.apache.org/bigtop/ Package: bigtop-utils Architecture: all Depends: ${misc:Depends} +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/6ce2c6bc/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 b85787d..0890ecc 100644 --- a/bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec +++ b/bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec @@ -29,7 +29,7 @@ URL: http://incubator.apache.org/bigtop/ Source0: bigtop-detect-javahome Source1: LICENSE Source2: bigtop-utils.default - +Requires: bash BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch
