Repository: aurora-packaging Updated Branches: refs/heads/0.12.x c49657929 -> 89d9a8e3c (forced update)
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/0.12.x Commit: b09eb9ff114b6fe0ee9d50bae11b2a3e63d97563 Parents: 7c1732f Author: David Keijser <[email protected]> Authored: Wed Mar 9 09:51:01 2016 -0700 Committer: John Sirois <[email protected]> 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
