From 9fde1b9aa26f51f91919c84bfe73cbb164969778 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 19 Aug 2025 11:50:01 -0400 Subject: [PATCH] Add emacs-pgtk to ELN In c10s, the main emacs package provided the pgtk binary. However, in F43+ that is provided by emacs-pgtk, and the main RPM is just a virtual package which pulls in the best subpackage based on the detected environment: https://src.fedoraproject.org/rpms/emacs/c/c2d5a811c7177edefe3a9ad8896ad83d8afbb3b5 https://src.fedoraproject.org/rpms/emacs/c/e7d0043cec87ffd4eec68cd4e0bf19d9141b38dd --- configs/rhel-sst-cs-plumbers--editors-c10s.yaml | 13 +++++++++++++ configs/rhel-sst-cs-plumbers--editors.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 configs/rhel-sst-cs-plumbers--editors-c10s.yaml diff --git a/configs/rhel-sst-cs-plumbers--editors-c10s.yaml b/configs/rhel-sst-cs-plumbers--editors-c10s.yaml new file mode 100644 index 00000000..66f0b515 --- /dev/null +++ b/configs/rhel-sst-cs-plumbers--editors-c10s.yaml @@ -0,0 +1,13 @@ +document: feedback-pipeline-workload +version: 1 +data: + name: Editors + description: Editors + maintainer: rhel-sst-cs-plumbers + packages: + - emacs + - emacs-lucid + - emacs-nw + - emacs-auctex + labels: + - c10s diff --git a/configs/rhel-sst-cs-plumbers--editors.yaml b/configs/rhel-sst-cs-plumbers--editors.yaml index a76a55e7..e8eceaa3 100644 --- a/configs/rhel-sst-cs-plumbers--editors.yaml +++ b/configs/rhel-sst-cs-plumbers--editors.yaml @@ -8,7 +8,7 @@ data: - emacs - emacs-lucid - emacs-nw + - emacs-pgtk - emacs-auctex labels: - eln - - c10s