From b2afd44cab417ec947b09c370b8a824972800d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 24 Jun 2020 16:46:58 +0100 Subject: [PATCH] rpm: add missing rest dep to RPM spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- virt-viewer.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in index bb03ede..9a7c314 100644 --- a/virt-viewer.spec.in +++ b/virt-viewer.spec.in @@ -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@