From 0cf8f717c176fde09f36010f15b911133ae144a4 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 12 Aug 2021 07:57:50 +0200 Subject: [PATCH] Disable desktop test in rpminspect This is needed to suppress rpminspect errors caused by the application-x-executable icon. This icon is part of the adwaita-icon-theme package. This commit be reverted once fixed in rpminspect. See: https://github.com/rpminspect/rpminspect/issues/422. Resolves: #1991433 --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..d2d0fd9 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + desktop: off