From 929e3e58e4bf5cbdf30ae122e0ee5605d168de9c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 13 Dec 2023 09:20:40 -0500 Subject: [PATCH] Add subscription-manager We need this to access RHEL RPM content today. (I would like longer term to be able to fetch RPMs from registries with a pull secret, xref https://github.com/coreos/rpm-ostree/issues/4155 ) --- tier-1/manifest.yaml | 2 +- tier-1/{dnf.yaml => rpm-packaging.yaml} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename tier-1/{dnf.yaml => rpm-packaging.yaml} (58%) diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index 5aee60e..de6afd5 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -4,7 +4,7 @@ recommends: true include: - manifest-tier-0.yaml - bootable-rpm-ostree.yaml - - dnf.yaml + - rpm-packaging.yaml - podman.yaml - firmware.yaml - networking-tools.yaml diff --git a/tier-1/dnf.yaml b/tier-1/rpm-packaging.yaml similarity index 58% rename from tier-1/dnf.yaml rename to tier-1/rpm-packaging.yaml index 060c205..72ba24b 100644 --- a/tier-1/dnf.yaml +++ b/tier-1/rpm-packaging.yaml @@ -2,3 +2,5 @@ # `dnf update` *client side* doesn't do much helpful... packages: - dnf + # To ensure we can enable client certs to access RHEL content + - subscription-manager