rpm: add missing rest dep to RPM spec

We get this indirectly via govirt, but since we directly use its APIs,
we should list it as an explicit dep too.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-06-24 16:46:58 +01:00
parent 3e1d619529
commit b2afd44cab

View File

@ -58,6 +58,7 @@ BuildRequires: /usr/bin/pod2man
BuildRequires: gettext
%if %{with_govirt}
BuildRequires: pkgconfig(govirt-1.0) >= @GOVIRT_REQUIRED@
BuildRequires: pkgconfig(rest-0.7) >= @REST_REQUIRED@
%endif
%if %{with_bash_completion}
BuildRequires: pkgconfig(bash-completion) >= @BASH_COMPLETION_REQUIRED@