From: Daniel P. Berrangé Date: Mon, 4 Jan 2021 18:03:24 +0000 (+0000) Subject: rpm: ensure swtpm tools are installed with QEMU X-Git-Tag: v7.0.0-rc1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b52e6d803c670251d72028f97c2f69b1bac6635;p=thirdparty%2Flibvirt.git rpm: ensure swtpm tools are installed with QEMU These are needed for the devices to be usable. Reviewed-by: Laine Stump Signed-off-by: Daniel P. Berrangé --- diff --git a/libvirt.spec.in b/libvirt.spec.in index f20a1c741b..2e026b0423 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -735,6 +735,9 @@ Requires: xz %if 0%{?fedora} || 0%{?rhel} > 7 Requires: systemd-container %endif + %if 0%{?fedora} || 0%{?rhel} > 7 +Requires: swtpm-tools + %endif %description daemon-driver-qemu The qemu driver plugin for the libvirtd daemon, providing