Revert: Use component in EPEL and Fedora bug URLs
- Revert: Use component in EPEL and Fedora bug URLs Related: RHEL-73545
This commit is contained in:
parent
a84a17a1e4
commit
4a1614ce29
@ -344,11 +344,11 @@
|
||||
# Define what url should JVM offer in case of a crash report
|
||||
# order may be important, epel may have rhel declared
|
||||
%if 0%{?epel}
|
||||
%global oj_vendor_bug_url https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20EPEL&component=%{component}&version=epel%{epel}
|
||||
%global oj_vendor_bug_url https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20EPEL&component=%{name}&version=epel%{epel}
|
||||
%else
|
||||
%if 0%{?fedora}
|
||||
# Does not work for rawhide, keeps the version field empty
|
||||
%global oj_vendor_bug_url https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=%{component}&version=%{fedora}
|
||||
%global oj_vendor_bug_url https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=%{name}&version=%{fedora}
|
||||
%else
|
||||
%if 0%{?rhel}
|
||||
%global oj_vendor_bug_url https://access.redhat.com/support/cases/
|
||||
@ -2499,6 +2499,7 @@ require "copy_jdk_configs.lua"
|
||||
- Set bundled libpng provide version to 1.6.43
|
||||
- Warn about bundled provide version bumps and backouts in openjdk_news.sh
|
||||
- Remove 0001-8332174-Remove-2-unpaired-RLO-Unicode-characters-in-.patch file
|
||||
- Revert: Use component in EPEL and Fedora bug URLs
|
||||
|
||||
* Wed Oct 9 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.11-3
|
||||
- Correct version suffix in "Update to jdk-17.0.13+11 (GA)" changelog entry
|
||||
|
Loading…
Reference in New Issue
Block a user