From 73c7e0bec5a3604b095acdcd642907e110a2f24a Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Nov 25 2024 18:45:23 +0000 Subject: [PATCH 1/2] comps-sync f42 2024-11-25 See: https://pagure.io/fedora-comps/pull-request/1052 --- diff --git a/kinoite-mobile-packages.yaml b/kinoite-mobile-packages.yaml index d66a6bf..c3ce83d 100644 --- a/kinoite-mobile-packages.yaml +++ b/kinoite-mobile-packages.yaml @@ -1,5 +1,6 @@ # DO NOT EDIT! This content is generated from comps-sync.py packages: + - bluedevil - elisa-player - haruna - kalk From 1fbbc9bf3cdf0ddd0725431f7d877ac80d65a762 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Nov 25 2024 18:45:23 +0000 Subject: [PATCH 2/2] ci: Remove dnf5 workaround See: https://pagure.io/fedora-ci/general/issue/474 --- diff --git a/ci/validate.yaml b/ci/validate.yaml index eaa665f..be7ae1b 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -1,9 +1,5 @@ - hosts: all tasks: - - name: Install system dependencies - shell: dnf install -y python3-libdnf5 - become: true - - name: Upgrade all packages ansible.builtin.dnf: name: "*"