Fix documentation directory ownership
- Make headless own /usr/share/doc/java-1.8.0-openjdk - Make javadoc-zip own /usr/share/javadoc/java-1.8.0-openjdk - Change javadoc-zip to just own the top-level directory, not include the entire subtree Resolves: RHEL-212353
This commit is contained in:
parent
fbbdeb5300
commit
c6bed3cdfd
@ -875,6 +875,7 @@ exit 0
|
||||
|
||||
%define files_jre_headless() %{expand:
|
||||
%license %{_jvmdir}/%{sdkdir -- %{?1}}/legal
|
||||
%dir %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}
|
||||
%doc %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}/NEWS
|
||||
%doc %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}/README.md
|
||||
%doc %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}/java-%{featurever}-openjdk-portable.specfile
|
||||
@ -1156,6 +1157,7 @@ exit 0
|
||||
}
|
||||
|
||||
%define files_javadoc_zip() %{expand:
|
||||
%dir %{_javadocdir}/%{uniquejavadocdir -- %{?1}}
|
||||
%doc %{_javadocdir}/%{uniquejavadocdir -- %{?1}}.zip
|
||||
%license %{_jvmdir}/%{sdkdir -- %{?1}}/legal
|
||||
%if %is_system_jdk
|
||||
@ -2584,6 +2586,7 @@ require "copy_jdk_configs.lua"
|
||||
- Specify portablerelease and rpmrelease (always 0 for portables) in the Release field
|
||||
- Obsolete old RHEL releases (9.7.0-z, 10.1-z)
|
||||
- Make zone string debug output optional in TestTranslations
|
||||
- Change javadoc-zip to just own the top-level directory, not include the entire subtree
|
||||
- Sync the copy of the portable specfile with the latest update
|
||||
- ** This tarball is embargoed until 2026-07-21 @ 1pm PT. **
|
||||
- Resolves: RHEL-212331
|
||||
@ -2594,13 +2597,17 @@ require "copy_jdk_configs.lua"
|
||||
- Resolves: RHEL-188853
|
||||
- Resolves: RHEL-212344
|
||||
- Resolves: RHEL-212346
|
||||
- Related: RHEL-212353
|
||||
|
||||
* Sat Jul 18 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.11.0.10-1.2
|
||||
- Disable abidiff inspection in rpminspect.yaml to avoid an out-of-memory error on the CentOS test farm
|
||||
- See: https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1
|
||||
- Do not overwrite slowdebug __provides_exclude_from and __requires_exclude_from regexps
|
||||
- Make headless own /usr/share/doc/java-1.8.0-openjdk
|
||||
- Make javadoc-zip own /usr/share/javadoc/java-1.8.0-openjdk
|
||||
- Resolves: RHEL-212350
|
||||
- Resolves: RHEL-212352
|
||||
- Resolves: RHEL-212353
|
||||
|
||||
* Sat Apr 18 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.11.0.10-1
|
||||
- Update to jdk-21.0.11+10 (GA)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user