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.
This commit is contained in:
Ondrej Holy 2025-11-06 13:38:09 +01:00
parent 89e0e537f6
commit 5dff8d2a3a

4
rpminspect.yaml Normal file
View File

@ -0,0 +1,4 @@
---
desktop:
ignore:
- /usr/share/applications/nautilus-autorun-software.desktop