import CS realtime-setup-2.5-4.el9
This commit is contained in:
parent
f14d1f76be
commit
4d6c1a6958
@ -1,6 +1,6 @@
|
|||||||
Name: realtime-setup
|
Name: realtime-setup
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 1%{?dist}
|
Release: 4%{?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
|
||||||
@ -18,6 +18,11 @@ Requires: tuned
|
|||||||
Requires: tuned-profiles-realtime
|
Requires: tuned-profiles-realtime
|
||||||
Requires: systemd
|
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
|
%description
|
||||||
Configure details useful for low-latency environments.
|
Configure details useful for low-latency environments.
|
||||||
|
|
||||||
@ -68,6 +73,18 @@ Neither the slub script or realtime-entsk are active by default.
|
|||||||
%license gpl-2.0.txt
|
%license gpl-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user