Do not overwrite slowdebug __provides_exclude_from and __requires_exclude_from regexps
Resolves: RHEL-212328
This commit is contained in:
parent
600fd9e136
commit
1fc6fe351c
@ -456,11 +456,10 @@ ExclusiveArch: %{aarch64} %{ix86} %{ppc64le} s390x x86_64
|
||||
%if %is_system_jdk
|
||||
%global __provides_exclude ^(%{_privatelibs})$
|
||||
%global __requires_exclude ^(%{_privatelibs})$
|
||||
# Never generate lib-style provides/requires for slowdebug packages
|
||||
%global __provides_exclude_from ^.*/%{uniquesuffix -- %{debug_suffix_unquoted}}/.*$
|
||||
%global __requires_exclude_from ^.*/%{uniquesuffix -- %{debug_suffix_unquoted}}/.*$
|
||||
%global __provides_exclude_from ^.*/%{uniquesuffix -- %{fastdebug_suffix_unquoted}}/.*$
|
||||
%global __requires_exclude_from ^.*/%{uniquesuffix -- %{fastdebug_suffix_unquoted}}/.*$
|
||||
# Never generate lib-style provides/requires for any debug packages
|
||||
%global exclude_from_regexp ^.*/%{uniquesuffix -- %{debug_suffix_unquoted}}/.*$|^.*/%{uniquesuffix -- %{fastdebug_suffix_unquoted}}/.*$
|
||||
%global __provides_exclude_from %{exclude_from_regexp}
|
||||
%global __requires_exclude_from %{exclude_from_regexp}
|
||||
%else
|
||||
# Don't generate provides/requires for JDK provided shared libraries at all.
|
||||
%global __provides_exclude ^(%{_privatelibs}|%{_publiclibs})$
|
||||
@ -2987,7 +2986,9 @@ cjc.mainProgram(args)
|
||||
* Fri Jul 17 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:1.8.0.502.b07-1.1
|
||||
- Make headless own /usr/share/doc/java-1.8.0-openjdk
|
||||
- Make javadoc-zip own /usr/share/javadoc/java-1.8.0-openjdk
|
||||
- Do not overwrite slowdebug __provides_exclude_from and __requires_exclude_from regexps
|
||||
- Resolves: RHEL-212327
|
||||
- Resolves: RHEL-212328
|
||||
|
||||
* Mon Apr 20 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.492.b09-2
|
||||
- Bump release for PQC build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user