Skip to content

Commit 712634c

Browse files
committed
build.sh: freeze rpm-ostree on 2025.10-2.fc42
Otherwise, we'll get the new substitution rules in stable/testing, which will cause mislabeling of `/usr/etc/systemd/system` due to a bug in libselinux v3.8. This is basically the equivalent of coreos/fedora-coreos-config@fb167ed for the legacy path. See also coreos/fedora-coreos-tracker#2030.
1 parent d3ea6a7 commit 712634c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ install_rpms() {
5656
local builddeps
5757
local frozendeps=""
5858

59+
# Freeze rpm-ostree on v2025.10 until we have new enough libselinux. See
60+
# https://github.com/coreos/fedora-coreos-tracker/issues/2030.
61+
frozendeps=$(echo rpm-ostree-{,libs-}2025.10-2.fc42)
62+
5963
# First, a general update; this is best practice. We also hit an issue recently
6064
# where qemu implicitly depended on an updated libusbx but didn't have a versioned
6165
# requires https://bugzilla.redhat.com/show_bug.cgi?id=1625641

0 commit comments

Comments
 (0)