Return libfreetype.so to resoluve requires during install
Fixed changelog
This commit is contained in:
parent
6531a6457b
commit
2e7c9d5f57
@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
#placeholder - used in regexes, otherwise for no use in portables
|
#placeholder - used in regexes, otherwise for no use in portables
|
||||||
%global freetype_lib %{nil}
|
%global freetype_lib |libfreetype[.]so.*
|
||||||
|
|
||||||
# The -g flag says to use strip -g instead of full strip on DSOs or EXEs.
|
# The -g flag says to use strip -g instead of full strip on DSOs or EXEs.
|
||||||
# This fixes detailed NMT and other tools which need minimal debug info.
|
# This fixes detailed NMT and other tools which need minimal debug info.
|
||||||
@ -310,7 +310,7 @@
|
|||||||
%global top_level_dir_name %{origin}
|
%global top_level_dir_name %{origin}
|
||||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||||
%global buildver 10
|
%global buildver 10
|
||||||
%global rpmrelease 2
|
%global rpmrelease 3
|
||||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||||
%if %is_system_jdk
|
%if %is_system_jdk
|
||||||
# Using 10 digits may overflow the int used for priority, so we combine the patch and build versions
|
# Using 10 digits may overflow the int used for priority, so we combine the patch and build versions
|
||||||
@ -809,6 +809,7 @@ exit 0
|
|||||||
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libawt_headless.so
|
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libawt_headless.so
|
||||||
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libdt_socket.so
|
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libdt_socket.so
|
||||||
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libfontmanager.so
|
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libfontmanager.so
|
||||||
|
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libfreetype.so
|
||||||
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libinstrument.so
|
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libinstrument.so
|
||||||
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libj2gss.so
|
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libj2gss.so
|
||||||
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libj2pcsc.so
|
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/libj2pcsc.so
|
||||||
@ -2005,7 +2006,7 @@ rm $RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir -- $suffix}/NEWS #is in commondocdir. Ok
|
|||||||
if [ "x$suffix" = "x" ] ; then
|
if [ "x$suffix" = "x" ] ; then
|
||||||
rm $RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir -- $suffix}/javadocs.zip #is in subpackages, 1 renamed, 2nd unpacked
|
rm $RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir -- $suffix}/javadocs.zip #is in subpackages, 1 renamed, 2nd unpacked
|
||||||
fi
|
fi
|
||||||
rm $RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir -- $suffix}/lib/libfreetype.so #bug in portables? bug in rpms?
|
#rm $RPM_BUILD_ROOT/%{_jvmdir}/%{sdkdir -- $suffix}/lib/libfreetype.so #bug in portables? bug in rpms?
|
||||||
# end, dual install
|
# end, dual install
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -2332,7 +2333,10 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 26 2023 Jiri Vanek <jvanek@redhat.com> - 1:19.0.2.0.7-2.rolling
|
* Mon Jan 30 2023 Petra Alice Mikova <pmikova@redhat.com> - 1:17.0.6.0.10-3
|
||||||
|
- return libfreetype.so binary to resolve requires problems
|
||||||
|
|
||||||
|
* Thu Jan 26 2023 Jiri Vanek <jvanek@redhat.com> - 1:17.0.6.0.10-2
|
||||||
- repacked portables
|
- repacked portables
|
||||||
- todo icons
|
- todo icons
|
||||||
- disabled tzdata tests - todo, resolve
|
- disabled tzdata tests - todo, resolve
|
||||||
|
Loading…
Reference in New Issue
Block a user