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-212327
This commit is contained in:
parent
af05c4d0d4
commit
600fd9e136
@ -888,6 +888,7 @@ exit 0
|
||||
%license %{_jvmdir}/%{jredir -- %{?1}}/ASSEMBLY_EXCEPTION
|
||||
%license %{_jvmdir}/%{jredir -- %{?1}}/LICENSE
|
||||
%license %{_jvmdir}/%{jredir -- %{?1}}/THIRD_PARTY_README
|
||||
%dir %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}
|
||||
%doc %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}/NEWS
|
||||
%doc %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}/README.md
|
||||
%doc %{_defaultdocdir}/%{uniquejavadocdir -- %{?1}}/java-1.%{majorver}.0-openjdk-portable.specfile
|
||||
@ -1269,8 +1270,9 @@ exit 0
|
||||
|
||||
%define files_javadoc_zip() %{expand:
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_javadocdir}/%{uniquejavadocdir -- %{?1}}
|
||||
%doc %{_javadocdir}/%{uniquejavadocdir -- %{?1}}.zip
|
||||
#javadoc is in jdk8 noarch, so also licnese file must be treated like it
|
||||
#javadoc is in jdk8 noarch, so also license file must be treated like it
|
||||
%ifarch %{portable_build_arches}
|
||||
%license %{installoutputdir -- %{?1}}/jre/LICENSE
|
||||
%else
|
||||
@ -2972,6 +2974,7 @@ cjc.mainProgram(args)
|
||||
- Explictly define supported architectures
|
||||
- Specify portablerelease and rpmrelease (always 0 for portables) in the Release field
|
||||
- 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-212095
|
||||
@ -2979,6 +2982,12 @@ cjc.mainProgram(args)
|
||||
- Resolves: RHEL-149784
|
||||
- Resolves: RHEL-212316
|
||||
- Resolves: RHEL-212318
|
||||
- Related: RHEL-212327
|
||||
|
||||
* 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
|
||||
- Resolves: RHEL-212327
|
||||
|
||||
* 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