Change portablesiffix
This commit is contained in:
parent
237e790af4
commit
16b5bbec93
@ -393,6 +393,10 @@
|
||||
%else
|
||||
%global portablesuffix el9
|
||||
%endif
|
||||
|
||||
%if 0%{?almalinux}
|
||||
%global portablesuffix el8
|
||||
%endif
|
||||
%global portablebuilddir /builddir/build/BUILD
|
||||
|
||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||
@ -1262,7 +1266,7 @@ Provides: java-%{origin}-src%{?1} = %{epoch}:%{version}-%{release}
|
||||
|
||||
Name: java-%{javaver}-%{origin}
|
||||
Version: %{newjavaver}.%{buildver}
|
||||
Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist}
|
||||
Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist}.alma.1
|
||||
# Equivalent for the portable build
|
||||
%global prelease %{?eaprefix}%{portablerelease}%{?extraver}
|
||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
||||
@ -2512,6 +2516,9 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 30 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:17.0.18.0.8-2.alma.1
|
||||
- Change portablesiffix
|
||||
|
||||
* Thu Feb 12 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.18.0.8-2
|
||||
- Set portablerelease to 2
|
||||
- Remove test to ensure blocked.certs is valid, done in portable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user