From: Luca Boccassi Date: Sun, 8 Feb 2026 13:29:23 +0000 (+0000) Subject: mkosi: always install util-linux-script in Fedora X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe50c025b36da43c1e95343d3cc08dd757b1cad;p=thirdparty%2Fsystemd.git mkosi: always install util-linux-script in Fedora F41 is EOL, so we can unconditionally install this package, so that we don't have to add a new version every time a new release is branched Fixes test issues such as: TEST-74-AUX-UTILS.sh[1363]: .//usr/lib/systemd/tests/testdata/units/TEST-74-AUX-UTILS.networkctl.sh: line 55: script: command not found --- diff --git a/mkosi/mkosi.conf.d/fedora/mkosi.conf b/mkosi/mkosi.conf.d/fedora/mkosi.conf index e2a479eb6d3..ef222dae504 100644 --- a/mkosi/mkosi.conf.d/fedora/mkosi.conf +++ b/mkosi/mkosi.conf.d/fedora/mkosi.conf @@ -18,3 +18,4 @@ Packages= kernel-modules-internal rpmautospec scsi-target-utils + util-linux-script diff --git a/mkosi/mkosi.conf.d/fedora/mkosi.conf.d/rawhide-42.conf b/mkosi/mkosi.conf.d/fedora/mkosi.conf.d/rawhide-42.conf deleted file mode 100644 index d2b2f7d69ca..00000000000 --- a/mkosi/mkosi.conf.d/fedora/mkosi.conf.d/rawhide-42.conf +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1-or-later - -[Match] -Release=|rawhide -Release=|42 -Release=|43 -Release=|44 - -[Content] -Packages=util-linux-script