Use rhel-10 in gating.yaml instead of rhel-9

Resolves: RHEL-42975
Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
This commit is contained in:
Anubhav Shelat 2024-06-17 16:08:45 -04:00
parent 68f8c53214
commit 6997d0d00d

View File

@ -1,6 +1,6 @@
Name: stress-ng
Version: 0.17.08
Release: 1%{?dist}
Release: 4%{?dist}
Summary: Stress test a computer system in various ways
License: GPL-2.0-or-later
@ -53,6 +53,10 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Mon Jun 17 2024 Anubhav <ashelat@redhat.com> - 0.17.08-4
- Use rhel-10 in gating.yaml instead of rhel-9
Resolves: RHEL-42975
* Thu May 23 2024 John Kacur <jkacur@redhat.com> - 0.17.08-3
- Rebase to V0.17.08 Upstream
- ARM: Don't declare inlined yield helper if yield not available