mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-30 18:31:52 +00:00
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:
parent
3e1d619529
commit
b2afd44cab
@ -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@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user