From 2825d1377e9832b93a623e2b016c872f700bd8a2 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 9 Jul 2024 11:01:30 -0400 Subject: [PATCH] Set portablerelease to 2 - Set portablerelease to 2 - Related: RHEL-46639 --- java-17-openjdk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 2cbe25e..68644aa 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -381,7 +381,7 @@ # rpmrelease numbering must start at 2 to be later than the 8.6 RPM %global rpmrelease 1 # Settings used by the portable build -%global portablerelease 4 +%global portablerelease 2 %global portablesuffix el8 %global portablebuilddir /builddir/build/BUILD @@ -2491,6 +2491,10 @@ require "copy_jdk_configs.lua" %endif %changelog +* Tue Jul 9 2024 Thomas Fitzsimmons - 1:17.0.12.0.6-0.1.ea +- Set portablerelease to 2 +- Related: RHEL-46639 + * Mon Jul 8 2024 Thomas Fitzsimmons - 1:17.0.12.0.6-0.1.ea - Add upstream patch that removes illegal RLO Unicode characters (JDK-8332174) - Sync the copy of the portable specfile with the latest update