Remove Italic variable fonts to workaround a crash issue and unexpected italic rendering.

Resolves: RHEL-69430
This commit is contained in:
Akira TAGOH 2024-12-06 16:00:57 +09:00
parent c0b26c9fcd
commit 9e1316bd77

View File

@ -26,7 +26,7 @@ and designed by Jeremy Mickel / MCKL for the new Red Hat identity.
Name: %{fontname}-fonts
Version: 4.0.3
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Red Hat Typeface fonts
# Only the metainfo files are CC-BY-SA
License: OFL-1.1-RFN AND CC-BY-SA-4.0
@ -111,6 +111,8 @@ This package provides the variable font version of the Monospace fonts variant.
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p fonts/*/static/otf/*.otf %{buildroot}%{_fontdir}
rm -f fonts/*/*VF*.ttf fonts/mono/RedHatMono.ttf fonts/mono/RedHatMono-Italic.ttf
# workaround to address crash issue/unexpected italic rendering with variable fonts
rm -f fonts/*/*-Italic*.ttf
install -m 0755 -d %{buildroot}%{_fontdir}-vf
install -m 0644 -p fonts/*/*.ttf %{buildroot}%{_fontdir}-vf
@ -184,6 +186,11 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
%changelog
* Fri Dec 6 2024 Akira TAGOH <tagoh@redhat.com> - 4.0.3-14
- Remove Italic variable fonts to workaround a crash issue
and unexpected italic rendering.
Resolves: RHEL-69430
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.0.3-13
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018