From 9f9752a43273792a22a16de6c537e7763ecab5c1 Mon Sep 17 00:00:00 2001 From: Jim Bair Date: Thu, 10 Feb 2022 11:40:29 -0600 Subject: [PATCH] Instruct rpminspect to allow a patch to modify up to 30 files Signed-off-by: Jim Bair --- rpminspect.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..95424e9 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +--- + +patches: + # Allow up to 30 files to be touched by a patch + file_count_threshold: 30