From 2ebee9d4cb7f0852f35fd2507418dd53605ffe8e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Fri, 28 Jan 2022 17:04:43 +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..4589e70 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +# completely disabled inspections: +inspections: + # there is no upstream and the files are changed from time to time + addedfiles: off + changedfiles: off + filesize: off + upstream: off