manifest/build: replace explicit dnf with implicit rpm

The pipelines don't use dnf, only rpm. Let the ones that need it pull it in.
This commit is contained in:
Tom Gundersen 2022-07-07 20:05:03 +01:00
parent b714dcb780
commit b405ce4d89
4 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,7 @@ func (p *OSTreeCommitServerTreePipeline) getPackageSetChain() []rpmmd.PackageSet
func (p *OSTreeCommitServerTreePipeline) getBuildPackages() []string {
packages := []string{
"rpm",
"rpm-ostree",
}
return packages