Compare commits

...

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -389,7 +389,7 @@
%global rpmrelease 3
# Settings used by the portable build
%global portablerelease 1
%global portablerhel 8
%global portablerhel %{msvsphere}
%global portablesuffix el%{portablerhel}
%global portablebuilddir /builddir/build/BUILD
@ -1274,7 +1274,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}.inferit
# 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
@ -2615,6 +2615,9 @@ require "copy_jdk_configs.lua"
- Resolves: rhbz#2217715
- Resolves: rhbz#2221106
* Thu Jun 15 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 1:11.0.19.0.7-4.inferit
- Change portablesuffix
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.19.0.7-4
- Include the java-11-openjdk-portable.spec file with instructions on how to rebuild.
- Related: rhbz#2150201
@ -2640,6 +2643,9 @@ require "copy_jdk_configs.lua"
- Resolves: rhbz#2185182
- Resolves: rhbz#2150201
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:11.0.18.0.10-4
- Rebuilt for MSVSphere 9.1.
* Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.18.0.10-4
- On portable architectures, replace build section with extraction of existing builds from portables
- Rewrite ELF files so the source file path is correct and debugsources can be assembled

Loading…
Cancel
Save