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

View File

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