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 <[email protected]> Authored: Wed Apr 13 07:34:01 2016 -0600 Committer: John Sirois <[email protected]> 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
