Do not generate debug packages

Resolves: RHEL-70582
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2025-01-22 15:28:34 -05:00
parent 281bbe2778
commit 06693bacb1

View File

@ -1,6 +1,6 @@
Name: realtime-setup
Version: 2.5
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2
Summary: Setup RT/low-latency environment details
Source0: https://jcwillia.fedorapeople.org/realtime-setup-%{version}.tar.bz2
@ -18,6 +18,11 @@ Requires: tuned
Requires: tuned-profiles-realtime
Requires: systemd
# disable generation of debuginfo packages for this package
# the only executable from this package is realtime-entsk and it's not really
# something that requires debugging.
%global debug_package %{nil}
%description
Configure details useful for low-latency environments.
@ -68,6 +73,10 @@ Neither the slub script or realtime-entsk are active by default.
%license gpl-2.0.txt
%changelog
* Wed Jan 22 2025 John Kacur <jkacur@redhat.com> - 2.5-4
- Do not generate debug packages
Resolves: RHEL-70582
* Tue Dec 10 2024 John Kacur <jkacur@redhat.com> - 2.5-3
- Rebuild
Resolves: RHEL-70582