From b86c57205931b502a27d1ffd7951eb1d35d2bd93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 May 2024 07:08:12 +0200 Subject: [PATCH] CI: add rpminspect config --- rpminspect.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..eece100 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,13 @@ +--- +inspections: + # see RHEL-12233 + unicode: + exclude: ext/json/tests + # tracked as #1988529 php disables LTO in RHEL 9 + lto: off + +emptyrpm: + # metapackage + expected_empty: + - php +