Commit c37b639f authored by Dave Cridland's avatar Dave Cridland Committed by GitHub

Merge pull request #636 from akrherz/of1175

OF-1175 Require jre-headless >= 1:1.7.0 for noarch RPM
parents eb68d41a bea043a8
......@@ -7,6 +7,11 @@ Source0: %{OPENFIRE_SOURCE}
%ifnarch noarch
Source1: %{JRE_BUNDLE}
%endif
%ifarch noarch
# Note that epoch is set here to 1, this appears to be consistent with non-Redhat
# jres as well due to an ancient problem with java-1.5.0-ibm jpackage RPM
Requires: java-headless >= 1:1.7.0
%endif
Group: Applications/Communications
Vendor: Igniterealtime Community
Packager: Igniterealtime Community
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment