From 6c216a91b11e46a6af155512305058df47668672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 24 Feb 2016 14:20:08 +0100 Subject: [PATCH] use gnupg2 from infra repo rather then from koji scratch build which will disappear soon --- roles/copr/keygen/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/keygen/tasks/main.yml b/roles/copr/keygen/tasks/main.yml index 1b7a81c535..cfb2613e8b 100644 --- a/roles/copr/keygen/tasks/main.yml +++ b/roles/copr/keygen/tasks/main.yml @@ -25,7 +25,7 @@ # - gnupg2 - name: make sure there is gnupg2 2.0.x as temporary workaround till we add support of v4 to obs-sign - dnf: name=https://kojipkgs.fedoraproject.org/work/tasks/164/12940164/gnupg2-2.0.29-1.fc22.x86_64.rpm state=present + dnf: name=https://infrastructure.fedoraproject.org/repo/23/x86_64/gnupg2-2.0.29-1.fc22.x86_64.rpm state=present - name: exclude gnupg2 from upgrade ini_file: dest=/etc/dnf/dnf.conf section=main option=exclude value=gnupg2