Fix specfile to apply all patches

Resolves: RHEL-23908
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2024-02-05 15:20:56 -05:00
parent ebfb3e4519
commit e34b833279

View File

@ -6,7 +6,7 @@ Name: rt-tests
# Numa argument to make: NUMA=1
#
Version: 2.6
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2
Group: Development/Tools
URL: git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
@ -37,6 +37,8 @@ latency. It also tests the functioning of priority-inheritance mutexes.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
%set_build_flags
@ -91,6 +93,10 @@ rm -rf ${build_root}
%{_mandir}/man8/determine_maximum_mpps.8.*
%changelog
* Mon Feb 05 2024 John Kacur <jkacur@redhat.com> - 2.6-3
- Fix specfile to apply all patches
Resolves: RHEL-23908
* Mon Feb 05 2024 John Kacur <jkacur@redhat.com> - 2.6-2
- oslat: Fix conversion to nanoseconds for 1us bucket
- oslat: correct spelling of Mhz to MHz