Resolves: rhbz#2121828 Fix the gating tests by using only local test
This commit is contained in:
parent
9f743306ba
commit
494eacd313
1
.autotrace.metadata
Normal file
1
.autotrace.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
679e4912528030b86f23db5b99e60f8e7df883fd autotrace-0.31.1.tar.gz
|
@ -1,6 +1,6 @@
|
|||||||
Name: autotrace
|
Name: autotrace
|
||||||
Version: 0.31.1
|
Version: 0.31.1
|
||||||
Release: 64%{?dist}
|
Release: 65%{?dist}
|
||||||
Summary: Utility for converting bitmaps to vector graphics
|
Summary: Utility for converting bitmaps to vector graphics
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://autotrace.sourceforge.net/
|
URL: http://autotrace.sourceforge.net/
|
||||||
@ -112,6 +112,10 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 12 2022 Parag Nemade <pnemade AT redhat DOT com> - 0.31.1-64
|
||||||
- Resolves: rhbz#2121828
|
- Resolves: rhbz#2121828
|
||||||
CVE-2022-32323 - heap-buffer overflow via the ReadImage() at input-bmp.c
|
CVE-2022-32323 - heap-buffer overflow via the ReadImage() at input-bmp.c
|
||||||
|
@ -4,14 +4,7 @@
|
|||||||
- classic
|
- classic
|
||||||
roles:
|
roles:
|
||||||
- role: standard-test-basic
|
- role: standard-test-basic
|
||||||
|
tests:
|
||||||
|
- smoke
|
||||||
required_packages:
|
required_packages:
|
||||||
- autotrace
|
- 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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user