Repository: aurora-packaging
Updated Branches:
  refs/heads/master ef91e0579 -> bbfe8a5b1


Lower aurora-scheduler jdk req. to headless.

Reviewed at https://reviews.apache.org/r/41610/


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/bbfe8a5b
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/bbfe8a5b
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/bbfe8a5b

Branch: refs/heads/master
Commit: bbfe8a5b1791753efd360425cf0d97910a9b0439
Parents: ef91e05
Author: John Sirois <[email protected]>
Authored: Mon Dec 21 10:42:52 2015 -0800
Committer: Bill Farner <[email protected]>
Committed: Mon Dec 21 10:42:52 2015 -0800

----------------------------------------------------------------------
 builder/rpm/centos-7/Dockerfile | 1 +
 specs/rpm/aurora.spec           | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/bbfe8a5b/builder/rpm/centos-7/Dockerfile
----------------------------------------------------------------------
diff --git a/builder/rpm/centos-7/Dockerfile b/builder/rpm/centos-7/Dockerfile
index 174998f..a4d9dfc 100644
--- a/builder/rpm/centos-7/Dockerfile
+++ b/builder/rpm/centos-7/Dockerfile
@@ -12,6 +12,7 @@
 #
 FROM centos:7
 
+RUN yum update -y
 RUN yum install -y \
     make \
     rpm-build \

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/bbfe8a5b/specs/rpm/aurora.spec
----------------------------------------------------------------------
diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec
index 51c5715..e2d6f81 100644
--- a/specs/rpm/aurora.spec
+++ b/specs/rpm/aurora.spec
@@ -96,7 +96,7 @@ BuildRequires: zlib-devel
 %if 0%{?rhel} && 0%{?rhel} < 7
 Requires:      daemonize
 %endif
-Requires:      java-%{JAVA_VERSION}
+Requires:      java-%{JAVA_VERSION}-headless
 Requires:      mesos = %{MESOS_VERSION}
 
 

Reply via email to