Repository: aurora-packaging Updated Branches: refs/heads/master 97347155d -> 6d5c6147a
Rpm: remove daemonize dep for rhel >=7. Reviewed at https://reviews.apache.org/r/37862/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/6d5c6147 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/6d5c6147 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/6d5c6147 Branch: refs/heads/master Commit: 6d5c6147a3acc33251bab89d3d2a6fe4aceaacfc Parents: 9734715 Author: Bill Farner <[email protected]> Authored: Thu Aug 27 16:09:57 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Thu Aug 27 16:09:57 2015 -0700 ---------------------------------------------------------------------- specs/rpm/aurora.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/6d5c6147/specs/rpm/aurora.spec ---------------------------------------------------------------------- diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec index 3e7b8be..0f3d0a7 100644 --- a/specs/rpm/aurora.spec +++ b/specs/rpm/aurora.spec @@ -127,8 +127,8 @@ Summary: Mesos executor that runs and monitors tasks scheduled by the Aurora sch Group: Applications/System Requires: cyrus-sasl -Requires: daemonize %if 0%{?rhel} && 0%{?rhel} < 7 +Requires: daemonize Requires: docker-io %else Requires: docker
