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