Skip to content

Commit

Permalink
WIP: workaround dnf5 builddep crash
Browse files Browse the repository at this point in the history
See rpm-software-management/dnf5#1864

Avoid warning in autopatch by using -q option to suppress warnings.

Signed-off-by: Alexander Bokovoy <[email protected]>
  • Loading branch information
abbra committed Nov 15, 2024
1 parent 4fdb367 commit 92ef515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeipa.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ for i in *.po ; do
done
popd

%autopatch -p1
%autopatch -q -p1

%build
# PATH is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1005235
Expand Down

0 comments on commit 92ef515

Please sign in to comment.