Skip to content

Commit

Permalink
rpmbuild: do not require qemu-user-static on rhel
Browse files Browse the repository at this point in the history
Resolves: RHBZ#2313879
  • Loading branch information
xsuchy committed Sep 24, 2024
1 parent 1559b85 commit 6ae7c6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpmbuild/copr-rpmbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ Requires: git
Requires: git-svn
# for the /bin/unbuffer binary
Requires: expect
%if !0%{?openEuler}
%if 0%{?openEuler} > 0 || 0%{?rhel} > 0
# qemu-user-static is not supported
%else
Requires: qemu-user-static
%endif
Requires: sed
Expand Down

0 comments on commit 6ae7c6c

Please sign in to comment.