distro/rhel90: re-include nss-altfiles for edge

The `nss-altfiles` package is actually needed for OSTree based
systems, since in those the user/groups database is located in
the /usr/lib directory (in addition to /etc). It was removed
because it was not available in RHEL 9 (rhbz#1916260). This has
been fixed, so we need to re-include the package.
This commit is contained in:
Christian Kellner 2021-09-17 13:18:05 +02:00 committed by Ondřej Budai
parent 008dfcc5b5
commit d9fe813fa5

View file

@ -233,7 +233,7 @@ func edgeCommitPackageSet() rpmmd.PackageSet {
return rpmmd.PackageSet{
Include: []string{
"redhat-release", "glibc", "glibc-minimal-langpack",
/*"nss-altfiles", see rhbz#1916260 */ "dracut-config-generic", "dracut-network",
"nss-altfiles", "dracut-config-generic", "dracut-network",
"basesystem", "bash", "platform-python", "shadow-utils", "chrony",
"setup", "shadow-utils", "sudo", "systemd", "coreutils",
"util-linux", "curl", "vim-minimal", "rpm", "rpm-ostree", "polkit",