From 016f1670a251820b768b38afa4df84c8dde0c9b1 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 9 Dec 2024 18:17:35 -0500 Subject: [PATCH] Add an rpminspect.yaml file to turn-off debuginfo testing Resolves: RHEL-70582 Signed-off-by: John Kacur --- realtime-setup.spec | 6 +++++- rpminspect.yaml | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/realtime-setup.spec b/realtime-setup.spec index 33b25b7..c2b0144 100644 --- a/realtime-setup.spec +++ b/realtime-setup.spec @@ -1,6 +1,6 @@ Name: realtime-setup Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Summary: Setup RT/low-latency environment details Source0: https://jcwillia.fedorapeople.org/realtime-setup-%{version}.tar.bz2 @@ -68,6 +68,10 @@ Neither the slub script or realtime-entsk are active by default. %license gpl-2.0.txt %changelog +* Mon Dec 09 2024 John Kacur - 2.5-2 +- Add an rpminspect.yaml file to turn-off debuginfo testing +Resolves: RHEL-70582 + * Tue Aug 13 2024 Clark Williams - 2.5-1 - remove strip of realtime-entsk and generate debuginfo - ensure all files have valid SPDX license identifiers diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..efea725 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + debuginfo: off