copr: install gnupg2 with required bugfixes

This commit is contained in:
Jakub Kadlcik 2021-11-28 23:03:20 +01:00
parent 0a4c5c3034
commit 1e63604bf3

View file

@ -59,3 +59,9 @@
when: selinux_module is changed when: selinux_module is changed
- selinux: policy=targeted state=enforcing - 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"