[libvirt PATCH 0/2] rpm: minor swtpm fixes

Daniel P. Berrangé posted 2 patches 3 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210104180517.701978-1-berrange@redhat.com
libvirt.spec.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
[libvirt PATCH 0/2] rpm: minor swtpm fixes
Posted by Daniel P. Berrangé 3 years, 3 months ago
Originally reported at

https://src.fedoraproject.org/rpms/libvirt/pull-request/9

Daniel P. Berrangé (2):
  rpm: ensure swtpm tools are installed with QEMU
  rpm: fix ownership of the swtpm log directory

 libvirt.spec.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
2.29.2


Re: [libvirt PATCH 0/2] rpm: minor swtpm fixes
Posted by Laine Stump 3 years, 3 months ago
On 1/4/21 1:05 PM, Daniel P. Berrangé wrote:
> Originally reported at
>
> https://src.fedoraproject.org/rpms/libvirt/pull-request/9
>
> Daniel P. Berrangé (2):
>    rpm: ensure swtpm tools are installed with QEMU
>    rpm: fix ownership of the swtpm log directory
>
>   libvirt.spec.in | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
>

Reviewed-by: Laine Stump <laine@redhat.com>


for both.

(NB: for those who don't want to bother looking it up themselves - the 
Fedora pull request only mentioned installing the swtpm package, but I 
checked the spec file for swtpm to see what things only get installed by 
the swtpm-tools sub-package, and found that (at least) swtpm_setup and 
swtpm_ioctl (both used by libvirt via virCommand*()) are in swtpm-tools, 
so this is the correct Requires:).