You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/03/09 17:50:34 UTC

aurora-packaging git commit: Correct url for source0

Repository: aurora-packaging
Updated Branches:
  refs/heads/master 7c1732f68 -> b09eb9ff1


Correct url for source0

Trying to build aurora by running spectool and then rpmbuild fails because the url used does not match the release tags on github.

Reviewed at https://reviews.apache.org/r/43936/


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/b09eb9ff
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/b09eb9ff
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/b09eb9ff

Branch: refs/heads/master
Commit: b09eb9ff114b6fe0ee9d50bae11b2a3e63d97563
Parents: 7c1732f
Author: David Keijser <ke...@gmail.com>
Authored: Wed Mar 9 09:51:01 2016 -0700
Committer: John Sirois <jo...@gmail.com>
Committed: Wed Mar 9 09:51:01 2016 -0700

----------------------------------------------------------------------
 specs/rpm/aurora.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/b09eb9ff/specs/rpm/aurora.spec
----------------------------------------------------------------------
diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec
index 291226d..d9923b2 100644
--- a/specs/rpm/aurora.spec
+++ b/specs/rpm/aurora.spec
@@ -58,7 +58,7 @@ Group:         Applications/System
 License:       ASL 2.0
 URL:           https://aurora.apache.org/
 
-Source0:       https://github.com/apache/aurora/archive/%{version}/aurora.tar.gz
+Source0:       https://github.com/apache/aurora/archive/rel/%{version}.tar.gz
 Source1:       aurora.service
 Source2:       thermos-observer.service
 Source3:       aurora.init.sh
@@ -148,7 +148,7 @@ state of all running tasks.
 
 
 %prep
-%setup -n apache-aurora-%{version}
+%setup -n aurora-rel-%{version}
 
 
 %build