Updated Branches: refs/heads/master 7d7843855 -> 7188a9c48
BIGTOP-1098. now that Saprk has had its first incubator release we have to adjust bigtop accordingly Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7188a9c4 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7188a9c4 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7188a9c4 Branch: refs/heads/master Commit: 7188a9c48a4c09f6a7badcc3b1036aac5de38acf Parents: 7d78438 Author: Roman Shaposhnik <[email protected]> Authored: Thu Sep 26 08:30:23 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Thu Sep 26 08:30:23 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/rpm/spark/SPECS/spark.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7188a9c4/bigtop-packages/src/rpm/spark/SPECS/spark.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/spark/SPECS/spark.spec b/bigtop-packages/src/rpm/spark/SPECS/spark.spec index e6f5e2d..b5e0a17 100644 --- a/bigtop-packages/src/rpm/spark/SPECS/spark.spec +++ b/bigtop-packages/src/rpm/spark/SPECS/spark.spec @@ -76,8 +76,7 @@ language-integrated syntax that makes it easy to write parallel jobs. Spark runs on top of the Apache Mesos cluster manager. %prep -#%setup -n %{name}-%{spark_base_version} -%setup -n spark-branch-0.8 +%setup -n %{name}-%{spark_base_version} %build bash $RPM_SOURCE_DIR/do-component-build
