From 9e1316bd77adb43b084772f1a255e93ef6d565e6 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 6 Dec 2024 16:00:57 +0900 Subject: [PATCH] Remove Italic variable fonts to workaround a crash issue and unexpected italic rendering. Resolves: RHEL-69430 --- redhat-fonts.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/redhat-fonts.spec b/redhat-fonts.spec index d47f798..536dbf8 100644 --- a/redhat-fonts.spec +++ b/redhat-fonts.spec @@ -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 - 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 - 4.0.3-13 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018