]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: workaround autovt removal in SUSE spec 40460/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 24 Jan 2026 13:24:53 +0000 (13:24 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 24 Jan 2026 13:24:58 +0000 (13:24 +0000)
Follow-up for 072e72424b2e6da1c96489ef6996f49fabd46474

mkosi/mkosi.images/build/mkosi.conf.d/opensuse/mkosi.build.chroot

index 5a05a3471761998267f935804d8a2b428966a902..abc6829b40b0a48186c6f00f5ae19d4e4cc44221 100755 (executable)
@@ -18,8 +18,10 @@ TS="${SOURCE_DATE_EPOCH:-$(date +%s)}"
 # The openSUSE filelists hardcode the manpage compression extension. This causes rpmbuild errors since we
 # disable manpage compression as the files cannot be found. Fix the issue by removing the compression
 # extension.
+# TODO: remove autovt@ removal when the upstream spec is updated
 while read -r filelist; do
     sed -E \
+        -e '/autovt@/d' \
         -e 's/\.gz$//' \
         "$filelist" >"/tmp/$(basename "$filelist")"
     mount --bind "/tmp/$(basename "$filelist")" "$filelist"