diff --git a/harfbuzz.spec b/harfbuzz.spec index 33b764d..f0572a3 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,6 +1,6 @@ Name: harfbuzz Version: 2.7.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Text shaping library License: MIT @@ -44,6 +44,8 @@ This package contains Harfbuzz ICU support library. %prep %autosetup -p1 +# rpminspect complained about invalid unicode characters like 0x202B and 0x202C +rm -f test/shaping/texts/in-house/shaper-arabic/script-arabic/language-persian/mehran.txt %build @@ -93,6 +95,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/libharfbuzz-icu.so.* %changelog +* Mon Sep 18 2023 Parag Nemade - 2.7.4-10 +- Resolves:RHEL-2268 Fix CI tests results + * Sat Sep 09 2023 Parag Nemade - 2.7.4-9 - Resolves:RHEL-2268 CVE-2023-25193 diff --git a/tests/tests.yml b/tests/tests.yml index fede1a4..7b091f5 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -4,12 +4,6 @@ - classic roles: - role: standard-test-source - tasks: - - name: Enable EPEL repository for ragel - ansible.builtin.dnf: - name: ragel - enablerepo: epel - state: present - hosts: localhost tags: @@ -25,7 +19,6 @@ - gcc-c++ - make - python3-devel - - ragel - libtool - gtk-doc - cairo-devel