Resolves: rhbz#2121828 Fix the gating tests by using only local test

This commit is contained in:
Parag Nemade 2022-09-13 11:20:03 +05:30 committed by Stepan Oksanichenko
parent 9f743306ba
commit 494eacd313
3 changed files with 8 additions and 10 deletions

1
.autotrace.metadata Normal file
View File

@ -0,0 +1 @@
679e4912528030b86f23db5b99e60f8e7df883fd autotrace-0.31.1.tar.gz

View File

@ -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 <pnemade AT redhat DOT com> - 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 <pnemade AT redhat DOT com> - 0.31.1-64
- Resolves: rhbz#2121828
CVE-2022-32323 - heap-buffer overflow via the ReadImage() at input-bmp.c

View File

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