From e1711b6da3fd7bcdd01570f665d9965ccd20c57d Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Mon, 30 Mar 2026 14:35:16 +0000 Subject: [PATCH] Change portablerhel --- SPECS/java-1.8.0-openjdk.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/SPECS/java-1.8.0-openjdk.spec b/SPECS/java-1.8.0-openjdk.spec index 2d6b950..ba6ee6f 100644 --- a/SPECS/java-1.8.0-openjdk.spec +++ b/SPECS/java-1.8.0-openjdk.spec @@ -367,7 +367,11 @@ %if 0%{?centos} == 0 %global portablerhel 8 %else -%global portablerhel 9 +%global portablerhel 8 +%endif + +%if 0%{?almalinux} +%global portablerhel 8 %endif %global portablesuffix el%{portablerhel} %global portablebuilddir /builddir/build/BUILD @@ -1388,7 +1392,7 @@ Provides: java-%{origin}-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever}.%{buildver} -Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist} +Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist}.alma.1 # Equivalent for the portable build %global pversion %{version} %global prelease %{?eaprefix}%{portablerelease}%{?extraver} @@ -2970,6 +2974,9 @@ cjc.mainProgram(args) %endif %changelog +* Mon Mar 30 2026 Eduard Abdullin - 1:1.8.0.482.b08-3.alma.1 +- Change portablerhel + * Fri Feb 20 2026 Andrew Hughes - 1:1.8.0.482.b08-3 - Update tagging scripts to include signature checks and correctly handle gating - Add gating scripts to simplify obtaining results and waiving issues