Skip to content

Commit c2dc3ba

Browse files
authored
Merge pull request #43 from stackhpc/update-libgcrypt
Add libgcrypt to RedHat dependencies
2 parents f558e4d + 2370285 commit c2dc3ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vars/RedHat.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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
8+
- libgcrypt-devel
49
- libvirt
510
- libvirt-daemon-kvm
611
- "{{ 'python3-libvirt' if libvirt_host_python3 | bool else 'libvirt-python' }}"

0 commit comments

Comments
 (0)