Resolves:RHEL-2268 Fix CI tests results

This commit is contained in:
Parag Nemade 2023-09-18 16:52:17 +05:30
parent 423fb9c7ef
commit bb2aef110e
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
Name: harfbuzz Name: harfbuzz
Version: 2.7.4 Version: 2.7.4
Release: 9%{?dist} Release: 10%{?dist}
Summary: Text shaping library Summary: Text shaping library
License: MIT License: MIT
@ -44,6 +44,8 @@ This package contains Harfbuzz ICU support library.
%prep %prep
%autosetup -p1 %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 %build
@ -93,6 +95,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/libharfbuzz-icu.so.* %{_libdir}/libharfbuzz-icu.so.*
%changelog %changelog
* Mon Sep 18 2023 Parag Nemade <pnemade AT redhat DOT com> - 2.7.4-10
- Resolves:RHEL-2268 Fix CI tests results
* Sat Sep 09 2023 Parag Nemade <pnemade AT redhat DOT com> - 2.7.4-9 * Sat Sep 09 2023 Parag Nemade <pnemade AT redhat DOT com> - 2.7.4-9
- Resolves:RHEL-2268 CVE-2023-25193 - Resolves:RHEL-2268 CVE-2023-25193

View File

@ -4,12 +4,6 @@
- classic - classic
roles: roles:
- role: standard-test-source - role: standard-test-source
tasks:
- name: Enable EPEL repository for ragel
ansible.builtin.dnf:
name: ragel
enablerepo: epel
state: present
- hosts: localhost - hosts: localhost
tags: tags:
@ -25,7 +19,6 @@
- gcc-c++ - gcc-c++
- make - make
- python3-devel - python3-devel
- ragel
- libtool - libtool
- gtk-doc - gtk-doc
- cairo-devel - cairo-devel