From 7d48017d5f3c1eaf8c3d1d45d8c4d0a1006b38d9 Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Wed, 27 Oct 2021 10:47:59 -0400 Subject: [PATCH] Bug 2017471: ensure nss-altfiles comes from AppStream In #637, it was observed that `nss-altfiles` could come from the RHAOS repos, which is unnecessary since the same version exists in the RHEL8 AppStream repos. The package has since been untagged from the RHAOS repo, but to ensure that we always get the package from AppStream we'll pin to the specific version. (The version hasn't changed since Apr 2019) --- rhcos-packages.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rhcos-packages.yaml b/rhcos-packages.yaml index 76768cddf..9a4e0f9e4 100644 --- a/rhcos-packages.yaml +++ b/rhcos-packages.yaml @@ -13,7 +13,8 @@ packages: - redhat-release-coreos-48.84 # Pinned for 8.4 Beta switch ## Delivered via RHEL Base/Appstream (usually) # needed by rpm-ostree for managing users - - nss-altfiles + # pin to this version to ensure it comes from AppStream + - nss-altfiles-2.18.1-12.el8 - ostree - rpm-ostree # part of container-tools module