Skip to content

Commit d5cefc9

Browse files
committed
build.sh: freeze on bootupd-0.2.17-2.fc39
We currently use `bootupctl backend install` using the bootupd from cosa instead of the one from the target system. Newer bootupd assumes that's not the case. For more details, see: coreos/bootupd#609 (comment)
1 parent eef9194 commit d5cefc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ install_rpms() {
4747
# We freeze the version for now since we're carrying patches.
4848
frozendeps+=" $(echo osbuild{,-ostree,-selinux,-tools}-108-1.fc39.noarch)"
4949

50+
# Freeze bootupd to v0.2.17
51+
# https://github.com/coreos/bootupd/pull/609#issuecomment-1992127440
52+
frozendeps+=" bootupd-0.2.17-2.fc39.${arch}"
53+
5054
# First, a general update; this is best practice. We also hit an issue recently
5155
# where qemu implicitly depended on an updated libusbx but didn't have a versioned
5256
# requires https://bugzilla.redhat.com/show_bug.cgi?id=1625641

0 commit comments

Comments
 (0)