distro/rhel84: sort package lists alphabetically

This commit is contained in:
Jacob Kozol 2021-01-26 16:15:17 +01:00 committed by jkozol
parent 802bf5d7a6
commit e7be1baf25

View file

@ -892,41 +892,44 @@ func New() distro.Distro {
packages: []string{
"@core",
"chrony",
"dnf",
"dosfstools",
"kernel",
"yum",
"nfs-utils",
"dnf-utils",
"cloud-init",
"cloud-utils-growpart",
"cockpit-system",
"cockpit-ws",
"dhcp-client",
"dnf",
"dnf-plugin-spacewalk",
"dnf-utils",
"dosfstools",
"dracut-norescue",
"insights-client",
"kernel",
"NetworkManager",
"nfs-utils",
"python3-jsonschema",
"qemu-guest-agent",
"cloud-utils-growpart",
"dracut-norescue",
"tar",
"tcpdump",
"rsync",
"dnf-plugin-spacewalk",
"NetworkManager",
"dhcp-client",
"cockpit-ws",
"cockpit-system",
"subscription-manager-cockpit",
"redhat-release",
"redhat-release-eula",
"insights-client",
// TODO: rh-amazon-rhui-client
"rsync",
"subscription-manager-cockpit",
"tar",
"tcpdump",
"yum",
},
excludedPackages: []string{
"dracut-config-rescue",
"aic94xx-firmware",
"alsa-firmware",
"alsa-lib",
"alsa-tools-firmware",
"biosdevname",
"dracut-config-rescue",
"fedora-release",
"fedora-repos",
"firewalld",
"iprutils",
"ivtv-firmware",
"iwl1000-firmware",
"iwl100-firmware",
"iwl1000-firmware",
"iwl105-firmware",
"iwl135-firmware",
"iwl2000-firmware",
@ -941,17 +944,13 @@ func New() distro.Distro {
"iwl6000g2b-firmware",
"iwl6050-firmware",
"iwl7260-firmware",
"langpacks-*",
"langpacks-en",
"langpacks-en",
"libertas-sd8686-firmware",
"libertas-sd8787-firmware",
"libertas-usb8388-firmware",
"langpacks-*",
"langpacks-en",
"biosdevname",
"plymouth",
"iprutils",
"langpacks-en",
"fedora-release",
"fedora-repos",
"rng-tools",
},
defaultTarget: "multi-user.target",