From 5dff8d2a3af2743f0eb09cb45839ea6b25f511aa Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 6 Nov 2025 13:38:09 +0100 Subject: [PATCH] Add rpminspect.yaml to ignore problematic desktop test The desktop test fails for the `nautilus-autorun-software.desktop` file as it references the `application-x-executable` icon that is not part of any subpackage. But this icon is part of the system theme package. See https://github.com/rpminspect/rpminspect/issues/1357. It was supposed to be fixed by https://gitlab.cee.redhat.com/osci/rpminspect-data-redhat/-/merge_requests/150, but it was closed without comment. Let's ignore the desktop test for the problematic desktop file using the `rpminspect.yaml` file. --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..932c9a8 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +--- +desktop: + ignore: + - /usr/share/applications/nautilus-autorun-software.desktop