Add an rpminspect.yaml file to turn-off debuginfo testing

Resolves: RHEL-70580
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2024-12-09 18:42:28 -05:00
parent 7f60e17598
commit 7b1cf4e391
2 changed files with 8 additions and 1 deletions

View File

@ -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 <jkacur@redhat.com> - 2.4-8
- Add an rpminspect.yaml file to turn-off debuginfo testing
Resolves: RHEL-70580
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.4-7
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018

3
rpminspect.yaml Normal file
View File

@ -0,0 +1,3 @@
---
inspections:
debuginfo: off