From 0c2c579aad90bc295f46b577b048f69dc8b87e54 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 2 Feb 2022 07:46:37 +0100 Subject: [PATCH] rpminspect: Ignore the file that is reported as virus affected --- rpminspect.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index 49b27a5..39d27a6 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,5 +1,10 @@ --- # False positive - see https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/150 -virus: - ignore: - - /usr/libexec/installed-tests/gdk-pixbuf/test-images/gif-test-suite/max-width.gif +# We have to ignore the file as a whole in rpminspect as it's not possible to +# ignore it just for virus test in rpminspect - reported as +# ttps://github.com/rpminspect/rpminspect/issues/604 +ignore: + - /usr/libexec/installed-tests/gdk-pixbuf/test-images/gif-test-suite/max-width.gif +#virus: +# ignore: +# - /usr/libexec/installed-tests/gdk-pixbuf/test-images/gif-test-suite/max-width.gif