From 6850badabbaa1cae34cf672c33d2c117a70d073a Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Tue, 2 Mar 2021 19:47:23 -0500 Subject: [PATCH] testnode: libgcrypt needs to be updated to match QEMU build See https://bugzilla.redhat.com/show_bug.cgi?id=1828681 Signed-off-by: Jason Dillaman --- roles/testnode/vars/centos_8.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/testnode/vars/centos_8.yml b/roles/testnode/vars/centos_8.yml index 9edc4e56..09c8c08d 100644 --- a/roles/testnode/vars/centos_8.yml +++ b/roles/testnode/vars/centos_8.yml @@ -35,6 +35,9 @@ yum_mirrorlists: - CentOS-Base-mirrorlist - CentOS-Extras-mirrorlist +packages_to_upgrade: + - libgcrypt # explicitly tied to qemu build + packages: # for package-cleanup - dnf-utils -- 2.47.3