Repository: bigtop Updated Branches: refs/heads/master 5d7b6e072 -> bc6b065cb
BIGTOP-2159. unable to build RPM for zeppelin Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bc6b065c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bc6b065c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bc6b065c Branch: refs/heads/master Commit: bc6b065cb2e9cb113cd82a4534719d17f7ff45b4 Parents: 5d7b6e0 Author: Sergey Soldatov <[email protected]> Authored: Tue Nov 24 18:12:46 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Nov 24 23:04:23 2015 -0800 ---------------------------------------------------------------------- bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bc6b065c/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec b/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec index e168496..10585bb 100644 --- a/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec +++ b/bigtop-packages/src/rpm/zeppelin/SPECS/zeppelin.spec @@ -73,7 +73,7 @@ Zeppelin is a web-based notebook that enables interactive data analytics with Ap You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more. %prep -%setup -n %{name}-%{zeppelin_base_version} +%setup -n %{name}-%{zeppelin_base_version}-incubating %build bash $RPM_SOURCE_DIR/do-component-build
