From 039ff8ded6f50793bc42c0feb22651a669c30552 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jul 19 2024 14:53:30 +0000 Subject: [PATCH 1/2] Revert "ci: Workaround broken dnf5 in cloud images" See: https://pagure.io/fedora-ci/general/issue/474 This reverts commit 457e89b5606c11f8158f22200973c818378e06d0. --- diff --git a/.zuul.yaml b/.zuul.yaml index 8779dc8..7c7f530 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,6 +14,4 @@ - name: vm # Replace by a fixed version label after branching, once available: # https://fedora.softwarefactory-project.io/zuul/labels - # See: https://pagure.io/fedora-ci/general/issue/474 - # label: cloud-fedora-rawhide-medium - label: cloud-fedora-40-medium + label: cloud-fedora-rawhide-medium From d22748c0f6076aec80a93584c7f9fc5bf952ee3e Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jul 19 2024 14:55:46 +0000 Subject: [PATCH 2/2] ci: Manually install python3-libdnf5 first See: https://pagure.io/fedora-ci/general/issue/474 --- diff --git a/ci/validate.yaml b/ci/validate.yaml index a7b1bbb..dc1eb01 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -1,5 +1,9 @@ - hosts: all tasks: + - name: Install system dependencies + shell: dnf install -y python3-libdnf5 + become: true + - name: Upgrade all packages ansible.builtin.dnf: name: "*"