|
|
@ -348,8 +348,8 @@
|
|
|
|
%global buildver 35
|
|
|
|
%global buildver 35
|
|
|
|
%global rpmrelease 2
|
|
|
|
%global rpmrelease 2
|
|
|
|
# Settings used by the portable build
|
|
|
|
# Settings used by the portable build
|
|
|
|
%global portablerelease 2
|
|
|
|
%global portablerelease 1
|
|
|
|
%global portablesuffix el8
|
|
|
|
%global portablesuffix el9
|
|
|
|
%global portablebuilddir /builddir/build/BUILD
|
|
|
|
%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
|
|
|
|
# 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 +1262,7 @@ Provides: java-%{origin}-src%{?1} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Name: java-%{javaver}-%{origin}
|
|
|
|
Name: java-%{javaver}-%{origin}
|
|
|
|
Version: %{newjavaver}.%{buildver}
|
|
|
|
Version: %{newjavaver}.%{buildver}
|
|
|
|
Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist}
|
|
|
|
Release: %{?eaprefix}%{rpmrelease}%{?extraver}%{?dist}.inferit
|
|
|
|
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
# also included the epoch in their virtual provides. This created a
|
|
|
@ -2490,6 +2490,9 @@ cjc.mainProgram(args)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 10 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:21.0.0.0.35-2.inferit
|
|
|
|
|
|
|
|
- Fix BuildRequires
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 24 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-2
|
|
|
|
* Thu Aug 24 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-2
|
|
|
|
- Update documentation (README.md)
|
|
|
|
- Update documentation (README.md)
|
|
|
|
- Replace alt-java patch with a binary separate from the JDK
|
|
|
|
- Replace alt-java patch with a binary separate from the JDK
|
|
|
|