From f60f7cd1f28d504230ddda852c3762c389c34b8d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 23 Feb 2026 19:59:37 -0500 Subject: [PATCH 1/2] Delist libdnf-plugin-subscription-manager It is already a dependency of subscription-manager when dnf-4 is used, but for ELN we want only dnf5. This avoids the need for split configs here. --- configs/rhel-sst-csi-client-tools--all.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/rhel-sst-csi-client-tools--all.yaml b/configs/rhel-sst-csi-client-tools--all.yaml index 84b5a5ac..8b5c450a 100644 --- a/configs/rhel-sst-csi-client-tools--all.yaml +++ b/configs/rhel-sst-csi-client-tools--all.yaml @@ -5,7 +5,6 @@ data: description: Red Hat tools for Content, Subscriptions and Insights. maintainer: rhel-sst-csi-client-tools packages: - - libdnf-plugin-subscription-manager - python3-subscription-manager-rhsm - subscription-manager - subscription-manager-cockpit From 0a355037630e189c9ce5130e32913009cc44fa2c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 23 Feb 2026 20:01:25 -0500 Subject: [PATCH 2/2] Add git-all This metapackage pulls in all git subpackages, and has been shipped since RHEL 6. --- configs/rhel-sst-cs-base-utils--scm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rhel-sst-cs-base-utils--scm.yaml b/configs/rhel-sst-cs-base-utils--scm.yaml index c72b9ad5..6ca27e2e 100644 --- a/configs/rhel-sst-cs-base-utils--scm.yaml +++ b/configs/rhel-sst-cs-base-utils--scm.yaml @@ -6,6 +6,7 @@ data: maintainer: rhel-sst-cs-base-utils packages: - git + - git-all - git-daemon - git-gui - git-lfs