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

Resolves: RHEL-70582
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2024-12-09 18:17:35 -05:00
parent ca3897bb9a
commit 016f1670a2
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: realtime-setup Name: realtime-setup
Version: 2.5 Version: 2.5
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
Summary: Setup RT/low-latency environment details Summary: Setup RT/low-latency environment details
Source0: https://jcwillia.fedorapeople.org/realtime-setup-%{version}.tar.bz2 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 %license gpl-2.0.txt
%changelog %changelog
* Mon Dec 09 2024 John Kacur <jkacur@redhat.com> - 2.5-2
- Add an rpminspect.yaml file to turn-off debuginfo testing
Resolves: RHEL-70582
* Tue Aug 13 2024 Clark Williams <williams@redhat.com> - 2.5-1 * Tue Aug 13 2024 Clark Williams <williams@redhat.com> - 2.5-1
- remove strip of realtime-entsk and generate debuginfo - remove strip of realtime-entsk and generate debuginfo
- ensure all files have valid SPDX license identifiers - ensure all files have valid SPDX license identifiers

3
rpminspect.yaml Normal file
View File

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