Resolves:RHEL-2268 Fix CI tests results
This commit is contained in:
parent
423fb9c7ef
commit
bb2aef110e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user