From e18370f94ce3be88d026aafdc2c31f9f9f6fbdc9 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Wed, 29 May 2024 13:56:53 -0400 Subject: [PATCH] Fix missing corresponding macro to apply patch Resolves: RHEL-33304 Signed-off-by: John Kacur --- stress-ng.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stress-ng.spec b/stress-ng.spec index 1e601a1..b9a1a99 100644 --- a/stress-ng.spec +++ b/stress-ng.spec @@ -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 - 0.17.08-2 +- Fix missing corresponding macro to apply patch +Resolves: RHEL-33304 + * Thu May 23 2024 John Kacur - 0.17.08-1 - Rebase to upstream V0.17.08 - ARM: Don't declare inlined yield helper if yield is not available