From 30a5982bfe30337c76e2648fb18a8183b99aeea0 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Mon, 29 Jun 2026 23:53:52 +0100 Subject: [PATCH] Specify portablerelease and rpmrelease (always 0 for portables) in the Release field Resolves: RHEL-212316 --- java-1.8.0-openjdk.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index a2f5a70..0a64a8c 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -19,7 +19,7 @@ # eg jdk8u60-b27 -> b27 %global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-}) %global portablerelease 1 -%global rpmrelease 1 +%global rpmrelease 1 # Define IcedTea version used for SystemTap tapsets and desktop files %global icedteaver 3.15.0 @@ -55,7 +55,7 @@ Name: %{compatiblename} Version: %{javaver}.%{updatever}.%{buildver} -Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist} +Release: %{?eaprefix}%{portablerelease}.%{rpmrelease}%{?extraver}%{?dist} %global fullversion %{compatiblename}-%{version}-%{release} @@ -2960,7 +2960,7 @@ cjc.mainProgram(args) %endif %changelog -* Fri Jul 17 2026 Andrew Hughes - 1:1.8.0.502.b07-1 +* Fri Jul 17 2026 Andrew Hughes - 1:1.8.0.502.b07-1.1 - Update to 8u502-b07 (GA). - Update release notes for 8u502-b07. - Bump lcms2 version to 2.19.1 following JDK-8321489, JDK-8348110, JDK-8375065 & JDK-8383354 @@ -2970,12 +2970,13 @@ cjc.mainProgram(args) - Remove macro references in comments where possible (%dnl not compatible enough yet) - Move version information and core NVR definitions back towards the top of the file - Explictly define supported architectures +- Specify portablerelease and rpmrelease (always 0 for portables) in the Release field - Sync the copy of the portable specfile with the latest update - ** This tarball is embargoed until 2026-07-21 @ 1pm PT. ** - Resolves: RHEL-212095 - Resolves: RHEL-188852 - Resolves: RHEL-149784 -- Related: RHEL-212316 +- Resolves: RHEL-212316 * Mon Apr 20 2026 Andrew Hughes - 1:1.8.0.492.b09-2 - Bump release for PQC build