From c670d770ef4f30695368e38d3fc6d90e2c7ab25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 13 Dec 2021 22:40:33 +0100 Subject: [PATCH] Revert "Add rpminspect configuration" The file was meant for gnome-shell, whoops. This reverts commit b2d527fedcaa7c820472b184e23d8d58aae4249b. --- rpminspect.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml deleted file mode 100644 index 543ce0f..0000000 --- a/rpminspect.yaml +++ /dev/null @@ -1,23 +0,0 @@ -desktop: - # sadly, it doesn't look like there's anything more - # fine-grained than outright ignoring entire files - ignore: - # uses evolution's executable and icon; used to launch - # the calendar component with startup notifcation if - # evolution is the preferred calendar application - - evolution-calendar.desktop - - # uses a placeholder exec because it's never launched; - # provides icon + name to extension preference dialogs - - org.gnome.Shell.Extensions.desktop - - # uses a placeholder exec because it's never launched; - # provides icon + name to the portal login window - - org.gnome.Shell.PortalHelper.desktop - -runpath: - allowed_paths: - # mutter is a semi-private library, so its - # libraries aren't in the regular lookup path - - /usr/lib/mutter-8 - - /usr/lib64/mutter-8