From 6635b9662dd4834a07453d324a28e4f0ecca166c Mon Sep 17 00:00:00 2001 From: Dita Stehlikova Date: Thu, 7 Jul 2022 15:14:10 +0000 Subject: [PATCH] Fix gating Related: CVE-2022-0561 --- .fmf/version | 1 + gating.yaml | 1 - libtiff.spec | 4 ++-- plan.fmf | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .fmf/version create mode 100644 plan.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml index 475371b..648918d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,3 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/libtiff.spec b/libtiff.spec index 69ccf31..14ac0e6 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,7 +1,7 @@ Summary: Library of functions for manipulating TIFF format image files Name: libtiff Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: libtiff URL: http://www.simplesystems.org/libtiff/ @@ -164,7 +164,7 @@ find html -name 'Makefile*' | xargs rm %{_mandir}/man1/* %changelog -* Wed Jun 15 2022 Matej Mužila 4.4.0-1 +* Wed Jun 15 2022 Matej Mužila 4.4.0-2 - Update to version 4.4.0 - Resolves: CVE-2022-0561 CVE-2022-0562 CVE-2022-22844 CVE-2022-0865 CVE-2022-0891 CVE-2022-0924 CVE-2022-0909 CVE-2022-0908 CVE-2022-1354 diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..9e29a10 --- /dev/null +++ b/plan.fmf @@ -0,0 +1,7 @@ +summary: Libtiff tests for gating +discover: + how: fmf + url: git://pkgs.devel.redhat.com/tests/libtiff + filter: 'tier:1' +execute: + how: tmt