Skip to content

Commit

Permalink
fedora-iot: move bootupd to f41
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Whalen <[email protected]>
Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
Paul Whalen authored and supakeen committed Sep 17, 2024
1 parent 67a2b2f commit 8ef7cbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/distro/fedora/package_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,11 @@ func iotCommitPackageSet(t *imageType) rpmmd.PackageSet {
"podman-plugins", // deprecated in podman 5
},
})
} else {
}
if common.VersionGreaterThanOrEqual(t.arch.distro.osVersion, "41") {
ps = ps.Append(rpmmd.PackageSet{
Include: []string{
"bootupd", // added in F40+
"bootupd", // Added in F41+
},
})
}
Expand Down

0 comments on commit 8ef7cbb

Please sign in to comment.