mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
build: add dependency on gnutls-utils
* libvirt.spec.in (Requires): Add gnutls-utils, for virt-pki-validate. Suggested by Daniel P. Berrange.
This commit is contained in:
parent
3e53c7f954
commit
e57f834547
@ -418,6 +418,8 @@ Requires: ncurses
|
|||||||
Requires: nc
|
Requires: nc
|
||||||
# Needed by libvirt-guests init script.
|
# Needed by libvirt-guests init script.
|
||||||
Requires: gettext
|
Requires: gettext
|
||||||
|
# Needed by virt-pki-validate script.
|
||||||
|
Requires: gnutls-utils
|
||||||
%if %{with_sasl}
|
%if %{with_sasl}
|
||||||
Requires: cyrus-sasl
|
Requires: cyrus-sasl
|
||||||
# Not technically required, but makes 'out-of-box' config
|
# Not technically required, but makes 'out-of-box' config
|
||||||
|
Loading…
Reference in New Issue
Block a user