Skip to content

Commit

Permalink
distro/el9: don't explicitly list rhc in Azure pkg set
Browse files Browse the repository at this point in the history
`rhc` is part of the `@standard` package group, which is required by the
`@Server` package group included in the Azure pkg set. There's no need
to list it explicitly. This change has no effect on the Azure images
content.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza authored and achilleas-k committed Dec 1, 2023
1 parent 08a93eb commit 049650a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/distro/rhel9/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,6 @@ func azureCommonPackageSet(t *imageType) rpmmd.PackageSet {
},
}.Append(distroSpecificPackageSet(t))

if t.arch.distro.isRHEL() {
ps.Append(rpmmd.PackageSet{
Include: []string{
"rhc",
},
})
}

return ps
}

Expand Down

0 comments on commit 049650a

Please sign in to comment.