Repository: aurora-packaging Updated Branches: refs/heads/0.9.x 6909b347c -> 9a52ba773
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/9a52ba77 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/9a52ba77 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/9a52ba77 Branch: refs/heads/0.9.x Commit: 9a52ba773ed6cd535238f6367fe0a08a126f0a80 Parents: 6909b34 Author: Bill Farner <[email protected]> Authored: Thu Aug 27 16:09:57 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Thu Aug 27 16:11:23 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/9a52ba77/specs/rpm/aurora.spec ---------------------------------------------------------------------- diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec index e6fca4e..399c9de 100644 --- a/specs/rpm/aurora.spec +++ b/specs/rpm/aurora.spec @@ -116,8 +116,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
