From e1f3bbc026c926bf50d46f82465f9acfec4c3197 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 26 2024 11:30:08 +0000 Subject: [PATCH 1/2] Silverblue: Exclude gnome-software-fedora-langpacks - Make sure that gnome-software-rpm-ostree is always included - Make sure that gnome-software-fedora-langpacks is always excluded See: https://gitlab.com/fedora/ostree/sig/-/issues/14 See: https://bugzilla.redhat.com/show_bug.cgi?id=2260294 See: https://src.fedoraproject.org/rpms/gnome-software/c/0b4b0060f8e8ce015ecef7d3cd4e1ae2918cf27e?branch=rawhide --- diff --git a/fedora-silverblue.yaml b/fedora-silverblue.yaml index 02c223c..de250c6 100644 --- a/fedora-silverblue.yaml +++ b/fedora-silverblue.yaml @@ -22,6 +22,13 @@ packages: # Include totem-video-thumbnailer for video thumbnailing in Nautilus # https://pagure.io/fedora-workstation/issue/168 - totem-video-thumbnailer + # Make sure that GNOME Software's rpm-ostree plugin is always installed + - gnome-software-rpm-ostree + +# Make sure the following are not pulled in when Recommended by other packages +exclude-packages: + # Exclude GNOME Software's langpack plugin to avoid layering langpacks on Silverblue + - gnome-software-fedora-langpacks repos: - fedora-rawhide From 488422ee63919d8b4e717e841d272c20b9540bfc Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 26 2024 11:34:21 +0000 Subject: [PATCH 2/2] fedora-common-ostree: Include langpacks-en --- diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 7b9766f..72a835f 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -53,6 +53,9 @@ packages: # the archive repo for more reliable package layering # https://github.com/coreos/fedora-coreos-tracker/issues/400 - fedora-repos-archive + # Always include at least full English language support by default + # https://gitlab.com/fedora/ostree/sig/-/issues/14 + - langpacks-en selinux: true documentation: true