[libvirt PATCH 1/2] rpm: ensure swtpm tools are installed with QEMU
Daniel P. Berrangé
berrange at redhat.com
Mon Jan 4 18:05:16 UTC 2021
These are needed for the <tpm> devices to be usable.
Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
libvirt.spec.in | 3 +++
1 file changed, 3 insertions(+)
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
--
2.29.2
More information about the libvir-list
mailing list