From 8cadf9104103bfd02f93a01b13b981027d32bb03 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Tue, 7 Dec 2021 17:42:49 +0100 Subject: [PATCH] Adding rpminspect.yaml file to bypass rpminspect upstream check --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..1133dd3 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +--- +inspections: + # Package is unique and builds from the kernel source, the upstream check is unnecessary + upstream: off