Resolves:rh#2103849

Update tests.yaml
This commit is contained in:
Parag Nemade 2022-07-18 18:20:07 +05:30
parent 03e75c267a
commit c45640cc46
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 11 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Name: harfbuzz Name: harfbuzz
Version: 2.7.4 Version: 2.7.4
Release: 7%{?dist} Release: 8%{?dist}
Summary: Text shaping library Summary: Text shaping library
License: MIT License: MIT
@ -91,7 +91,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/libharfbuzz-icu.so.* %{_libdir}/libharfbuzz-icu.so.*
%changelog %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 - Resolves:rh#2103849 CVE-2022-33068
- Fix Covscan compiler warning for inclusion of parenthesis - Fix Covscan compiler warning for inclusion of parenthesis
- Update tests.yaml - Update tests.yaml

View File

@ -5,10 +5,11 @@
roles: roles:
- role: standard-test-source - role: standard-test-source
tasks: tasks:
- name: Enable EPEL repository - name: Enable EPEL repository for ragel
shell: dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm ansible.builtin.dnf:
args: name: ragel
warn: false enablerepo: epel
state: present
- hosts: localhost - hosts: localhost
tags: tags: