Use el9 portable packages

This commit is contained in:
Eduard Abdullin 2026-07-23 07:32:47 +00:00 committed by root
parent d7bf41b302
commit 85d70d1866

View File

@ -58,7 +58,7 @@
Name: %{compatiblename}
Version: %{newjavaver}.%{buildver}
Release: %{?eaprefix}%{portablerelease}.%{rpmrelease}%{?extraver}%{?dist}
Release: %{?eaprefix}%{portablerelease}.%{rpmrelease}%{?extraver}%{?dist}.alma.1
%global fullversion %{compatiblename}-%{version}-%{release}
@ -113,6 +113,14 @@ URL: http://openjdk.java.net/
%global portablerhel 9
%endif
%global portablebuilddir /builddir/build/BUILD
%if 0%{?almalinux}
%ifarch riscv64
%global portablerhel 10
%else
%global portablerhel 9
%endif
%endif
%global portablesuffix el%{portablerhel}
# Check if pandoc was available to generate docs (including man pages)
%if 0%{?portablerhel} == 8
@ -2595,6 +2603,9 @@ exit 0
%endif
%changelog
* Thu Jul 23 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:25.0.4.0.7-1.1.alma.1
- Use el9 portable packages
* Thu Jul 16 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.4.0.7-1.0
- Update to jdk-25.0.4+7 (GA)
- Update release notes to 25.0.4+7