From b90b8b2416048910a7c78e18be92ffd8e6c4f736 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 3 Feb 2022 12:32:19 +0100 Subject: [PATCH] copr: the official python3-rpkg-1.63-4 fixes the issue --- roles/copr/dist_git/tasks/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/roles/copr/dist_git/tasks/main.yml b/roles/copr/dist_git/tasks/main.yml index 7de01955ff..afb0f18349 100644 --- a/roles/copr/dist_git/tasks/main.yml +++ b/roles/copr/dist_git/tasks/main.yml @@ -137,16 +137,3 @@ copy: src="copr-dist-git.daily" dest="/etc/cron.daily/copr-dist-git" mode=755 tags: - config - -- name: enable copr repo for our custom python3-rpkg build - community.general.copr: - state: enabled - name: "@copr/copr-dev" - -# See https://pagure.io/rpkg/issue/588 -# See https://pagure.io/copr/copr/pull-request/1998 -# Don't be confused by the version. It is actually rebuild of 1.62 -- name: Install custom build of python3-rpkg - dnf: - name: "python3-rpkg >= 1.63.copr.666.2" - state: present