]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi/opensuse: do not try to package non-existent symlink to systemd-udevd-control...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jun 2026 19:07:45 +0000 (04:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 17 Jul 2026 20:29:59 +0000 (05:29 +0900)
mkosi/mkosi.images/build/mkosi.conf.d/opensuse/mkosi.build.chroot

index 14a69456cd1989189ff98ca02b1774db280f67c7..f3e8841e54028d008cd223f0fca1bc7c200b3369 100755 (executable)
@@ -19,9 +19,12 @@ TS="${SOURCE_DATE_EPOCH:-$(date +%s)}"
 # 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
+# TODO: remove systemd-udevd-control.socket removal when the upstream spec is updated
 while read -r filelist; do
     sed -E \
         -e '/autovt@/d' \
+        -e '/sockets\.target\.wants\/systemd-udevd-control\.socket/d' \
+        -e '/systemd-udevd-control\.socket\.8/d' \
         -e 's/\.gz$//' \
         "$filelist" >"/tmp/$(basename "$filelist")"
     mount --bind "/tmp/$(basename "$filelist")" "$filelist"