From e57f834547dbbdb4a2b445ece5ab51e6777b9ee5 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 21 Feb 2011 10:43:29 -0700 Subject: [PATCH] build: add dependency on gnutls-utils * libvirt.spec.in (Requires): Add gnutls-utils, for virt-pki-validate. Suggested by Daniel P. Berrange. --- libvirt.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index a29693a4e3..b5c9fd9d06 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -418,6 +418,8 @@ Requires: ncurses Requires: nc # Needed by libvirt-guests init script. Requires: gettext +# Needed by virt-pki-validate script. +Requires: gnutls-utils %if %{with_sasl} Requires: cyrus-sasl # Not technically required, but makes 'out-of-box' config -- 2.47.2