Remove '-q' from '%autopatch' call as it is not available in RHEL

Resolves: RHEL-22497

Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
This commit is contained in:
Rafael Guterres Jeffman 2025-03-31 15:57:03 -03:00
parent 74fc7d8915
commit 9b0db8834c

View File

@ -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