Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 772FF181DD for ; Wed, 9 Mar 2016 17:43:36 +0000 (UTC) Received: (qmail 40679 invoked by uid 500); 9 Mar 2016 17:43:36 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 40638 invoked by uid 500); 9 Mar 2016 17:43:36 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 40625 invoked by uid 99); 9 Mar 2016 17:43:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 17:43:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 478E3DFB8A; Wed, 9 Mar 2016 17:43:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jsirois@apache.org To: commits@aurora.apache.org Date: Wed, 09 Mar 2016 17:43:36 -0000 Message-Id: <9e7b82c9d61649e3839e8082e55058ef@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] aurora-packaging git commit: Correct url for source0 [Forced Update!] 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 Authored: Wed Mar 9 09:51:01 2016 -0700 Committer: John Sirois 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