mirror of https://gitee.com/openkylin/libvirt.git
spec: mingw: add deps for genprotocol.pl usage
As of 0985a9597b
we no longer distribute generated files. mingw
needs to call genprotocol.pl itself, which means it needs rpcgen
and cpp installed.
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
cd1e6fd478
commit
d0d728c7c0
|
@ -89,6 +89,10 @@ BuildRequires: mingw64-libssh2
|
|||
BuildRequires: mingw32-curl
|
||||
BuildRequires: mingw64-curl
|
||||
%endif
|
||||
BuildRequires: cpp
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
BuildRequires: rpcgen
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
Loading…
Reference in New Issue