From 1e63604bf3fd2e4eb60c51d1e27f750397168d20 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 28 Nov 2021 23:03:20 +0100 Subject: [PATCH] copr: install gnupg2 with required bugfixes --- roles/copr/keygen/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/copr/keygen/tasks/main.yml b/roles/copr/keygen/tasks/main.yml index c5666297ee..55bd22076a 100644 --- a/roles/copr/keygen/tasks/main.yml +++ b/roles/copr/keygen/tasks/main.yml @@ -59,3 +59,9 @@ when: selinux_module is changed - selinux: policy=targeted state=enforcing + +# See https://github.com/openSUSE/obs-sign/issues/32 +# Sorry for writting this as `shell`. We will drop this task once it +# is in stable repos. +- name: Install gnupg2 with required bugfixes + shell: "sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-45c44b31a2"