Fix default JRE path
This commit is contained in:
parent
5ed434fb4e
commit
dabfa9cdeb
@ -15,11 +15,11 @@
|
||||
%endif
|
||||
|
||||
%global default_jdk %{?_root_prefix}%{!?_root_prefix:%{_prefix}}/lib/jvm/java-1.8.0-openjdk
|
||||
%global default_jre %{default_jdk}/jre
|
||||
%global default_jre %{?_root_prefix}%{!?_root_prefix:%{_prefix}}/lib/jvm/jre-1.8.0-openjdk
|
||||
|
||||
Name: javapackages-tools
|
||||
Version: 5.0.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
@ -170,6 +170,9 @@ rm -rf %{buildroot}%{_mandir}/man7/gradle_build.7
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Jul 03 2017 Michael Simacek <msimacek@redhat.com> - 5.0.0-4
|
||||
- Fix default JRE path
|
||||
|
||||
* Mon Jul 03 2017 Michael Simacek <msimacek@redhat.com> - 5.0.0-3
|
||||
- Don't use xmvn javadoc for now
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user