From 95e93a8ce47fe23b6e5a1f6870337e31af4dfbaf Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 22 Jan 2025 09:39:44 +0100 Subject: [PATCH 1/2] Add libspelling into GNOME Text Editor workload Used by GNOME Text Editor and Papers and currently being added into RHEL 10 --- .../rhel-sst-display-desktop-foundation--gnome-text-editor.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rhel-sst-display-desktop-foundation--gnome-text-editor.yaml b/configs/rhel-sst-display-desktop-foundation--gnome-text-editor.yaml index 94552e5b..18e36d1b 100644 --- a/configs/rhel-sst-display-desktop-foundation--gnome-text-editor.yaml +++ b/configs/rhel-sst-display-desktop-foundation--gnome-text-editor.yaml @@ -7,6 +7,7 @@ data: packages: - gnome-text-editor - gtksourceview5 + - libspelling labels: - eln - c10s From 7d140d999385b580a63479f4d5ddca8a9c33f89f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 13 Jul 2025 11:21:47 -0400 Subject: [PATCH 2/2] Add flatpak-rpm-macros, flatpak-runtime-config --- configs/rhel-sst-display-productivity--flatpak.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configs/rhel-sst-display-productivity--flatpak.yaml b/configs/rhel-sst-display-productivity--flatpak.yaml index 6d2175ab..80ee67cf 100644 --- a/configs/rhel-sst-display-productivity--flatpak.yaml +++ b/configs/rhel-sst-display-productivity--flatpak.yaml @@ -9,6 +9,7 @@ data: - flatpak - flatpak-libs - flatpak-builder + - flatpak-rpm-macros - flatpak-selinux - flatpak-session-helper - flatpak-spawn @@ -20,6 +21,18 @@ data: - xdg-desktop-portal - xdg-desktop-portal-gnome - xdg-desktop-portal-gtk + # this package contains branding + package_placeholders: + - srpm_name: flatpak-runtime-config + build_dependencies: + - python3 + - python3-rpm-macros + rpms: + - rpm_name: flatpak-runtime-config + description: Configuration files that live inside the flatpak runtime + dependencies: + - findutils + - fontpackages-filesystem labels: - eln - c10s