distro/rhel85: reformat distro build package list

One package on each line, makes future changes easier to follow.
No actual change of packages in this commit.
This commit is contained in:
Christian Kellner 2022-04-13 21:29:10 +02:00 committed by Tom Gundersen
parent 8ee90334ba
commit bd6b8e7128

View file

@ -15,10 +15,21 @@ import (
func distroBuildPackageSet(t *imageType) rpmmd.PackageSet {
ps := rpmmd.PackageSet{
Include: []string{
"dnf", "dosfstools", "e2fsprogs", "glibc", "lorax-templates-generic",
"lorax-templates-rhel", "policycoreutils", "python36",
"python3-iniparse", "qemu-img", "selinux-policy-targeted", "systemd",
"tar", "xfsprogs", "xz",
"dnf",
"dosfstools",
"e2fsprogs",
"glibc",
"lorax-templates-generic",
"lorax-templates-rhel",
"policycoreutils",
"python36",
"python3-iniparse",
"qemu-img",
"selinux-policy-targeted",
"systemd",
"tar",
"xfsprogs",
"xz",
},
}