Fix portablesuffix

This commit is contained in:
eabdullin 2023-05-11 21:00:00 +03:00
parent c5f39fad13
commit a6e814b6c8
1 changed files with 5 additions and 2 deletions

View File

@ -357,7 +357,7 @@
%global rpmrelease 2
# Settings used by the portable build
%global portablerelease 2
%global portablesuffix el8
%global portablesuffix el%{rhel}
%global portablebuilddir /builddir/build/BUILD
# Define milestone (EA for pre-releases, GA ("fcs") for releases)
@ -1364,7 +1364,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
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a
@ -2850,6 +2850,9 @@ cjc.mainProgram(args)
%endif
%changelog
* Thu May 11 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.8.0.372.b07-2.alma
- Change portablesiffix
* Tue Apr 18 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.372.b07-2
- Update to shenandoah-jdk8u372-b07 (GA)
- Update release notes for shenandoah-8u372-b07.