Fix missing corresponding macro to apply patch
Resolves: RHEL-33304 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
5a0cd88c21
commit
e18370f94c
@ -1,6 +1,6 @@
|
||||
Name: stress-ng
|
||||
Version: 0.17.08
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Stress test a computer system in various ways
|
||||
|
||||
License: GPLv2+
|
||||
@ -34,6 +34,7 @@ system kernel interfaces.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
@ -57,6 +58,10 @@ install -pm 644 bash-completion/%{name} \
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed May 29 2024 John Kacur <jkacur@redhat.com> - 0.17.08-2
|
||||
- Fix missing corresponding macro to apply patch
|
||||
Resolves: RHEL-33304
|
||||
|
||||
* Thu May 23 2024 John Kacur <jkacur@redhat.com> - 0.17.08-1
|
||||
- Rebase to upstream V0.17.08
|
||||
- ARM: Don't declare inlined yield helper if yield is not available
|
||||
|
Loading…
Reference in New Issue
Block a user