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 32D76190F6 for ; Wed, 13 Apr 2016 13:34:07 +0000 (UTC) Received: (qmail 45721 invoked by uid 500); 13 Apr 2016 13:34:07 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 45685 invoked by uid 500); 13 Apr 2016 13:34:07 -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 45675 invoked by uid 99); 13 Apr 2016 13:34:06 -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, 13 Apr 2016 13:34:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB8E1DFB8F; Wed, 13 Apr 2016 13:34:06 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: aurora-packaging git commit: Remove hard dependency on a specific mesos-version Date: Wed, 13 Apr 2016 13:34:06 +0000 (UTC) Repository: aurora-packaging Updated Branches: refs/heads/master 97f9c3d0d -> 72e262bc2 Remove hard dependency on a specific mesos-version We should consider MESOS_VERSION as the minimal requirement to install the current Aurora version instead of enforce a specific Mesos version. Reviewed at https://reviews.apache.org/r/45212/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/72e262bc Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/72e262bc Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/72e262bc Branch: refs/heads/master Commit: 72e262bc25daefe770750e1bf92d6a670ddb96ad Parents: 97f9c3d Author: Pierre Cheynier Authored: Wed Apr 13 07:34:01 2016 -0600 Committer: John Sirois Committed: Wed Apr 13 07:34:01 2016 -0600 ---------------------------------------------------------------------- specs/rpm/aurora.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/72e262bc/specs/rpm/aurora.spec ---------------------------------------------------------------------- diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec index 879c93a..fa89242 100644 --- a/specs/rpm/aurora.spec +++ b/specs/rpm/aurora.spec @@ -97,7 +97,7 @@ BuildRequires: zlib-devel Requires: daemonize %endif Requires: java-%{JAVA_VERSION}-headless -Requires: mesos = %{MESOS_VERSION} +Requires: mesos >= %{MESOS_VERSION} %description @@ -126,7 +126,7 @@ schedulers. Summary: Mesos executor that runs and monitors tasks scheduled by the Aurora scheduler Group: Applications/System -Requires: mesos = %{MESOS_VERSION} +Requires: mesos >= %{MESOS_VERSION} %if 0%{?rhel} && 0%{?rhel} < 7 Requires: python27 %else