From 7b1cf4e391e79062b1113322db3a2fe9320a099b Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 9 Dec 2024 18:42:28 -0500 Subject: [PATCH] Add an rpminspect.yaml file to turn-off debuginfo testing Resolves: RHEL-70580 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 45fc886..b7775d0 100644 --- a/realtime-setup.spec +++ b/realtime-setup.spec @@ -1,6 +1,6 @@ Name: realtime-setup Version: 2.4 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL-2.0-or-later Summary: Setup RT/low-latency environment details Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 @@ -72,6 +72,10 @@ Neither the slub script or realtime-entsk are active by default. %{_unitdir}/realtime-entsk.service %changelog +* Mon Dec 09 2024 John Kacur - 2.4-8 +- Add an rpminspect.yaml file to turn-off debuginfo testing +Resolves: RHEL-70580 + * Tue Oct 29 2024 Troy Dawson - 2.4-7 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 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