Resolves:rh#2103849
Update tests.yaml
This commit is contained in:
parent
03e75c267a
commit
c45640cc46
@ -1,6 +1,6 @@
|
||||
Name: harfbuzz
|
||||
Version: 2.7.4
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Text shaping library
|
||||
|
||||
License: MIT
|
||||
@ -91,7 +91,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/libharfbuzz-icu.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 18 2022 Parag Nemade <pnemade AT redhat DOT co> - 2.7.4-7
|
||||
* Mon Jul 18 2022 Parag Nemade <pnemade AT redhat DOT com> - 2.7.4-8
|
||||
- Resolves:rh#2103849
|
||||
- Update tests.yaml
|
||||
|
||||
* Mon Jul 18 2022 Parag Nemade <pnemade AT redhat DOT com> - 2.7.4-7
|
||||
- Resolves:rh#2103849 CVE-2022-33068
|
||||
- Fix Covscan compiler warning for inclusion of parenthesis
|
||||
- Update tests.yaml
|
||||
|
@ -5,10 +5,11 @@
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tasks:
|
||||
- name: Enable EPEL repository
|
||||
shell: dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
|
||||
args:
|
||||
warn: false
|
||||
- name: Enable EPEL repository for ragel
|
||||
ansible.builtin.dnf:
|
||||
name: ragel
|
||||
enablerepo: epel
|
||||
state: present
|
||||
|
||||
- hosts: localhost
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user