import UBI liberation-fonts-2.1.3-5.el9

This commit is contained in:
eabdullin 2024-04-30 15:11:05 +00:00
parent e71a5770e3
commit 017a835171
2 changed files with 18 additions and 1 deletions

View File

@ -14,5 +14,18 @@
<family>Arial</family>
</default>
</alias>
<!-- for ArialMT -->
<alias binding="same">
<family>ArialMT</family>
<accept>
<family>Liberation Sans</family>
</accept>
</alias>
<alias binding="same">
<family>Liberation Sans</family>
<default>
<family>ArialMT</family>
</default>
</alias>
</fontconfig>

View File

@ -10,7 +10,7 @@ used fonts on Microsoft systems: Times New Roman, Arial, and Courier New.
Name: %{fontname}-fonts
Summary: Fonts to replace commonly used Microsoft Windows fonts
Version: 2.1.3
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
License: OFL
URL: https://github.com/liberationfonts/liberation-fonts
@ -185,6 +185,10 @@ appstream-util validate-relax --nonet \
%files
%changelog
* Mon Oct 2 2023 Akira TAGOH <tagoh@redhat.com> - 1:2.1.3-5
- Add a substitute config for ArialMT again.
Resolves: RHEL-2273
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.1.3-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688