Remove full version from uniquesuffix
- Remove full version from uniquesuffix - Related: RHEL-68848
This commit is contained in:
parent
5b0a7267f6
commit
d0e6801e15
@ -420,7 +420,7 @@
|
|||||||
# we can copy the javadoc to not arched dir, or make it not noarch
|
# we can copy the javadoc to not arched dir, or make it not noarch
|
||||||
%define uniquejavadocdir() %{expand:%{name}%{?1}}
|
%define uniquejavadocdir() %{expand:%{name}%{?1}}
|
||||||
# main id and dir of this jdk
|
# main id and dir of this jdk
|
||||||
%define uniquesuffix() %{expand:%{fullversion}.%{_arch}%{?1}}
|
%define uniquesuffix() %{expand:%{name}%{?1}}
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# fix for https://bugzilla.redhat.com/show_bug.cgi?id=1111349
|
# fix for https://bugzilla.redhat.com/show_bug.cgi?id=1111349
|
||||||
@ -961,7 +961,6 @@ fi
|
|||||||
%ghost %{_bindir}/serialver
|
%ghost %{_bindir}/serialver
|
||||||
%ghost %{_jvmdir}/java-%{origin}
|
%ghost %{_jvmdir}/java-%{origin}
|
||||||
%ghost %{_jvmdir}/java-%{javaver}
|
%ghost %{_jvmdir}/java-%{javaver}
|
||||||
%ghost %{_jvmdir}/java-%{javaver}-%{origin}
|
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
}
|
}
|
||||||
@ -2374,6 +2373,7 @@ done
|
|||||||
- Move alternatives installation from posttrans to post
|
- Move alternatives installation from posttrans to post
|
||||||
- Replace jrelnk alternative with sdkdir
|
- Replace jrelnk alternative with sdkdir
|
||||||
- Remove full version from uniquejavadocdir
|
- Remove full version from uniquejavadocdir
|
||||||
|
- Remove full version from uniquesuffix
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:21.0.5.0.11-2.1
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:21.0.5.0.11-2.1
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Loading…
Reference in New Issue
Block a user