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:
parent
89e0e537f6
commit
5dff8d2a3a
4
rpminspect.yaml
Normal file
4
rpminspect.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
desktop:
|
||||
ignore:
|
||||
- /usr/share/applications/nautilus-autorun-software.desktop
|
||||
Loading…
Reference in New Issue
Block a user