From 1400b4f01d88ad8de1889eabdbaae53c61e77868 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 17 Sep 2020 14:51:54 +0200 Subject: [PATCH] copr: keep builders on python3-rpkg-1.60 because of RHBZ 1879471 On F32, rpkg-2.7 doesn't work with python3-rpkg-1.61 See https://bugzilla.redhat.com/show_bug.cgi?id=1879471 Until this gets resolved, let's stay on the older version --- .../backend/files/provision/provision_builder_tasks.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index 397166b95b..f6f492c09b 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -75,6 +75,12 @@ - name: run /bin/copr-update-builder from copr-builder package shell: /usr/bin/copr-update-builder +# On F32, rpkg-2.7 doesn't work with python3-rpkg-1.61 +# See https://bugzilla.redhat.com/show_bug.cgi?id=1879471 +# Until this gets resolved, let's stay on the older version +- name: Make sure python3-rpkg-1.60 is installed because of RHBZ 1879471 + dnf: state=present pkg="python3-rpkg-1.60" + #- name: install the latest mock and mock-core-configs from updates-testing # package: state=latest name={{ packages }} # register: mock_updated