BIGTOP-2793. BIGTOP-2790 broke Ambari build on rpm-based system Signed-off-by: Youngwoo Kim <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/3e13150b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3e13150b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3e13150b Branch: refs/heads/branch-1.2 Commit: 3e13150b861239aa9f1de8d0ca96c25411730a50 Parents: 1ea1423 Author: Kengo Seki <[email protected]> Authored: Wed May 31 10:33:07 2017 +0200 Committer: Evans Ye <[email protected]> Committed: Sat Jul 1 12:52:55 2017 +0000 ---------------------------------------------------------------------- bigtop-packages/src/rpm/ambari/SPECS/ambari.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/3e13150b/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec b/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec index e32f84b..2433497 100644 --- a/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec +++ b/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec @@ -37,7 +37,7 @@ Group: Development BuildArch: noarch Buildroot: %(mktemp -ud %{_tmppath}/apache-%{ambari_name}-%{version}-%{release}-XXXXXX) License: ASL 2.0 -Source0: apache-%{ambari_name}-%{ambari_version}-src.tar.gz +Source0: apache-%{ambari_name}-%{ambari_base_version}-src.tar.gz Source1: do-component-build Source2: install_%{ambari_name}.sh Source3: bigtop.bom
