From 8d63af8708047c89dbdba036f7062be8c30afdfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 25 Jan 2022 17:37:23 +0100 Subject: [PATCH] Disable certain rpminspect inspections not relevant to this package --- rpminspect.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..9392653 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +# completely disabled inspections: +inspections: + # there is no upstream and we regularly change all files + addedfiles: off + changedfiles: off + filesize: off + upstream: off