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