Require system JDK even in bootstrap mode
This commit is contained in:
parent
8fe665f78a
commit
9bf706cdd8
@ -104,14 +104,14 @@ packaging in Linux distributions
|
|||||||
%package -n javapackages-local
|
%package -n javapackages-local
|
||||||
Summary: Non-essential macros and scripts for Java packaging support
|
Summary: Non-essential macros and scripts for Java packaging support
|
||||||
Requires: javapackages-generators = %{version}-%{release}
|
Requires: javapackages-generators = %{version}-%{release}
|
||||||
|
# Java build systems don't have hard requirement on java-devel, so it should be there
|
||||||
|
Requires: java-11-openjdk-devel
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
Requires: javapackages-bootstrap
|
Requires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
Requires: %{_bindir}/xmvn-install
|
Requires: %{_bindir}/xmvn-install
|
||||||
Requires: %{_bindir}/xmvn-subst
|
Requires: %{_bindir}/xmvn-subst
|
||||||
Requires: %{_bindir}/xmvn-resolve
|
Requires: %{_bindir}/xmvn-resolve
|
||||||
# Java build systems don't have hard requirement on java-devel, so it should be there
|
|
||||||
Requires: java-11-openjdk-devel
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n javapackages-local
|
%description -n javapackages-local
|
||||||
|
Loading…
Reference in New Issue
Block a user