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

Upstream testsuite will not work as this package code is very old
This commit is contained in:
Parag Nemade 2022-09-13 11:20:03 +05:30
parent 9f743306ba
commit 02764499f8
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 7 additions and 10 deletions

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