From 693aa83788cc0313a64ae7c358d082b4db64d3cb Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 09 2025 14:56:03 +0000 Subject: [PATCH 1/3] comps-sync f42 2025-01-09 See: https://pagure.io/fedora-comps/pull-request/1063 --- diff --git a/cinnamon-atomic-packages.yaml b/cinnamon-atomic-packages.yaml index 878b619..ab78166 100644 --- a/cinnamon-atomic-packages.yaml +++ b/cinnamon-atomic-packages.yaml @@ -13,6 +13,7 @@ packages: - cinnamon - cinnamon-control-center - cinnamon-screensaver + - ffmpegthumbnailer - firefox - firewall-config - glx-utils @@ -43,7 +44,6 @@ packages: - slick-greeter - slick-greeter-cinnamon - system-config-printer - - totem-video-thumbnailer - wireplumber - xawtv - xdg-user-dirs-gtk From 8163fdc250ffcfc3f0f7e1b60f8e2b2d35e94a79 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 09 2025 14:56:03 +0000 Subject: [PATCH 2/3] composefs: Update link to Fedora Change Request https://fedoraproject.org/wiki/Changes/ComposefsAtomicDesktops --- diff --git a/composefs.yaml b/composefs.yaml index f2e3e0d..eac9bbe 100644 --- a/composefs.yaml +++ b/composefs.yaml @@ -1,5 +1,5 @@ -# Set up composefs by default -# See: https://fedoraproject.org/wiki/Changes/ComposefsAtomicCoreOSIoT +# Enable composefs +# See: https://fedoraproject.org/wiki/Changes/ComposefsAtomicDesktops postprocess: - | #!/usr/bin/env bash From 4f6f7b89bb0a7c8b890ebd6786c6675239a15a96 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 10 2025 09:43:14 +0000 Subject: [PATCH 3/3] ci/zuul: Restart systemd-resolved (workaround) Workaround for an issue with the current Rawhide image. See: https://pagure.io/fedora-ci/general/issue/505 --- diff --git a/ci/validate.yaml b/ci/validate.yaml index be7ae1b..4f953ef 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -1,5 +1,11 @@ - hosts: all tasks: + # https://pagure.io/fedora-ci/general/issue/505 + - name: Restart systemd-resolved + become: true + command: systemctl restart systemd-resolved + when: zuul.branch == "rawhide" or zuul.branch == "main" + - name: Upgrade all packages ansible.builtin.dnf: name: "*"