Do not require java outside of supported Java architectures

When building pre-releases, RelaxNG needs java but Fedora does not ship
one on i686: https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Alexander Bokovoy 2024-02-08 14:19:10 +02:00
parent 68df51a565
commit 14dfcf9140

View File

@ -41,7 +41,10 @@ Requires(preun): systemd-units
Requires(postun): systemd-units
%if 0%{?prever:1}
# For building development snapshots
Buildrequires: autoconf, automake, libtool, java
Buildrequires: autoconf, automake, libtool
%ifarch %{java_arches}
Buildrequires: java
%endif
%endif
%description