Skip to content

Commit b588360

Browse files
committed
Add libgcrypt to RedHat dependencies
CentOS 8.3 has a bug in which updating qemu-kvm does not update libgcrypt. This leads to failues when using libvirt/qemu. It seems to happen on CentOS 8.2 images, since the 8.3 packages became available See https://bugzilla.redhat.com/show_bug.cgi?id=1840485. Fixes: #42
1 parent f558e4d commit b588360

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vars/RedHat.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
# List of libvirt package dependencies.
33
libvirt_host_libvirt_packages_default:
4+
# NOTE(mgoddard): CentOS 8.3 has a bug in which updating qemu-kvm does not
5+
# update libgcrypt. This leads to failues when using libvirt/qemu. See
6+
# https://bugzilla.redhat.com/show_bug.cgi?id=1840485.
7+
- libgcrypt
48
- libvirt
59
- libvirt-daemon-kvm
610
- "{{ 'python3-libvirt' if libvirt_host_python3 | bool else 'libvirt-python' }}"

0 commit comments

Comments
 (0)