From 494eacd313dc373a82078767750955a17aae6410 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 13 Sep 2022 11:20:03 +0530 Subject: [PATCH] Resolves: rhbz#2121828 Fix the gating tests by using only local test --- .autotrace.metadata | 1 + autotrace.spec | 6 +++++- tests/tests.yml | 11 ++--------- 3 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 .autotrace.metadata diff --git a/.autotrace.metadata b/.autotrace.metadata new file mode 100644 index 0000000..40b6b85 --- /dev/null +++ b/.autotrace.metadata @@ -0,0 +1 @@ +679e4912528030b86f23db5b99e60f8e7df883fd autotrace-0.31.1.tar.gz diff --git a/autotrace.spec b/autotrace.spec index 04fd240..5253da6 100644 --- a/autotrace.spec +++ b/autotrace.spec @@ -1,6 +1,6 @@ Name: autotrace Version: 0.31.1 -Release: 64%{?dist} +Release: 65%{?dist} Summary: Utility for converting bitmaps to vector graphics License: GPLv2+ and LGPLv2+ URL: http://autotrace.sourceforge.net/ @@ -112,6 +112,10 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %changelog +* Tue Sep 13 2022 Parag Nemade - 0.31.1-65 +- Resolves: rhbz#2121828 Fix the gating tests by using only local test + Upstream testsuite will not work as this package code is very old + * Mon Sep 12 2022 Parag Nemade - 0.31.1-64 - Resolves: rhbz#2121828 CVE-2022-32323 - heap-buffer overflow via the ReadImage() at input-bmp.c diff --git a/tests/tests.yml b/tests/tests.yml index a45bc3e..a1cdd96 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -4,14 +4,7 @@ - classic roles: - role: standard-test-basic + tests: + - smoke required_packages: - autotrace - # Fetch tests from GitHub upstream. - repositories: - - repo: https://github.com/autotrace/autotrace.git - dest: autotrace - tests: - - unittests: - dir: autotrace/tests - run: AUTOTRACE=/usr/bin/autotrace sh ./runtests.sh - - smoke