From 7d31be992873aa97f363bd3f0a0abcedca4c86d3 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 19 May 2021 10:39:47 -0400 Subject: [PATCH] rpminspect: Turn off tests that will always fail These tests would always need to be waived, so lets just turn them off. Related: #1950042 --- 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..161422b --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +inspections: + desktop: off + runpath: off