From 755bde0afb20f635b77b910e2a9ff57a613447bc Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 24 Aug 2021 11:45:18 +0000 Subject: [PATCH] distro/rhel85: remove duplicated edge builds pkgs The edge specific build packages, `edgeBuildPkgsKey` where defined on the distro level but also always included in all actual edge image types; there were thus duplicated. --- internal/distro/rhel85/distro.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/distro/rhel85/distro.go b/internal/distro/rhel85/distro.go index 257cfecf7..8184e920d 100644 --- a/internal/distro/rhel85/distro.go +++ b/internal/distro/rhel85/distro.go @@ -503,8 +503,7 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro { modulePlatformID: modulePlatformID, ostreeRef: ostreeRef, packageSets: map[string]rpmmd.PackageSet{ - buildPkgsKey: distroBuildPackageSet(), - edgeBuildPkgsKey: edgeBuildPackageSet(), + buildPkgsKey: distroBuildPackageSet(), }, }