From 9b0db8834c814a0cdf96b9c61f5900e0428ca845 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Mon, 31 Mar 2025 15:57:03 -0300 Subject: [PATCH] Remove '-q' from '%autopatch' call as it is not available in RHEL Resolves: RHEL-22497 Signed-off-by: Rafael Guterres Jeffman --- ipa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa.spec b/ipa.spec index 0d7691d..f1620e7 100644 --- a/ipa.spec +++ b/ipa.spec @@ -1010,7 +1010,7 @@ for i in *.po ; do done popd -%autopatch -p1 -q +%autopatch -p1 %build # PATH is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1005235