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