Skip to content

Commit

Permalink
Merge pull request #43 from stackhpc/update-libgcrypt
Browse files Browse the repository at this point in the history
Add libgcrypt to RedHat dependencies
  • Loading branch information
markgoddard committed Dec 9, 2020
2 parents f558e4d + 2370285 commit c2dc3ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
# List of libvirt package dependencies.
libvirt_host_libvirt_packages_default:
# NOTE(mgoddard): CentOS 8.3 has a bug in which updating qemu-kvm does not
# update libgcrypt. This leads to failues when using libvirt/qemu. See
# https://bugzilla.redhat.com/show_bug.cgi?id=1840485.
- libgcrypt
- libgcrypt-devel
- libvirt
- libvirt-daemon-kvm
- "{{ 'python3-libvirt' if libvirt_host_python3 | bool else 'libvirt-python' }}"
Expand Down

0 comments on commit c2dc3ba

Please sign in to comment.