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
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 <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
- Resolves:RHEL-2268 CVE-2023-25193

View File

@ -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