Repository: bigtop Updated Branches: refs/heads/master 23b52ddf3 -> 4309762fb
BIGTOP-1605. Tachyon RPM does not depend on bigtop utils. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4309762f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4309762f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4309762f Branch: refs/heads/master Commit: 4309762fb53fbb351a8a6a8f5bec4f27691578c2 Parents: 23b52dd Author: David Capwell <[email protected]> Authored: Sat Jan 17 17:04:06 2015 -0800 Committer: jayunit100 <[email protected]> Committed: Sat Jan 17 20:34:12 2015 -0500 ---------------------------------------------------------------------- bigtop-packages/src/rpm/tachyon/SPECS/tachyon.spec | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/4309762f/bigtop-packages/src/rpm/tachyon/SPECS/tachyon.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/tachyon/SPECS/tachyon.spec b/bigtop-packages/src/rpm/tachyon/SPECS/tachyon.spec index a43c2f8..45d6d73 100644 --- a/bigtop-packages/src/rpm/tachyon/SPECS/tachyon.spec +++ b/bigtop-packages/src/rpm/tachyon/SPECS/tachyon.spec @@ -49,6 +49,8 @@ Requires: /lib/lsb/init-functions %endif +Requires: bigtop-utils + # disable repacking jars %define __arch_install_post %{nil}
