Compare commits
No commits in common. "c9s" and "a10s-portable" have entirely different histories.
c9s
...
a10s-porta
@ -1,7 +1,7 @@
|
||||
# recipients: java-qa
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
@ -36,6 +36,9 @@
|
||||
%if 0%{?centos} != 0 && 0%{?centos} != 0%{centos_buildos}
|
||||
%global pkgos rhel%{?centos}
|
||||
%endif
|
||||
%if 0%{?almalinux}
|
||||
%undefine pkgos
|
||||
%endif
|
||||
|
||||
# Define milestone (EA for pre-releases, GA for releases)
|
||||
# Release will be (where N is usually a number starting at 1):
|
||||
@ -1900,6 +1903,9 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 01 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:21.0.12.1.1-2.0
|
||||
- Portable build
|
||||
|
||||
* Thu Aug 20 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.12.1.1-2.0
|
||||
- Add CVEs for August 2026 release
|
||||
- Related: OPENJDK-5042
|
||||
|
||||
3103
java-21-openjdk.spec
3103
java-21-openjdk.spec
File diff suppressed because it is too large
Load Diff
1
java-21-openjdk.spec
Symbolic link
1
java-21-openjdk.spec
Symbolic link
@ -0,0 +1 @@
|
||||
java-21-openjdk-portable.specfile
|
||||
Loading…
Reference in New Issue
Block a user