[ubuntu/resolute-proposed] dracut 109-5ubuntu1 (Accepted)

Benjamin Drung bdrung at ubuntu.com
Thu Dec 4 13:14:19 UTC 2025


dracut (109-5ubuntu1) resolute; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - drop udevsettle patch (these kind of patches should be applied upstream)
    - dracut-core: demote binutils to suggests. its only needed when using UEFI
      executables
    - Let linux-firmware updates trigger the dracut autopkgtest
    - fix(udev-rules): exclude udev rules from snapd
    - feat(dmsquash-live-autooverlay): support readlink from uutils
    - test: use GNU dd instead of uutil's dd (to work around bug LP 2129037)
  * test(sysroot): run with --no-hostonly-cmdline
  * autopkgtest: skip failing 43-kernel-install on arm64 (see LP 2133402)
  * autopkgtest: skip too slow 41-full-systemd on arm64 and armhf
    (see LP 2133401)

dracut (109-5) unstable; urgency=medium

  * test(run-qemu): use hvc0 console on s390x (Closes: #1120955)

dracut (109-4) unstable; urgency=medium

  * test: update UEFI patches to the version merged upstream

dracut (109-3) unstable; urgency=medium

  * test:
    - forward journald logs to console in V=1 or V=2
    - replace rev command by sed and drop bsdextrautils dependency
    - use UEFI for QEMU when available and support UEFI on ARM
  * dracut-test: ovmf is only needed for amd64
  * Drop debian-initramfs-post-update.patch because the update-initramfs
    script (shipped by dracut) invokes the bootloader hooks from
    /etc/initramfs/post-update.d. (Closes: #1091455)
  * autopkgtest: Skip failing (hanging) 41-full-systemd on s390x
    (Closes: #1120955)

dracut (109-2) unstable; urgency=medium

  * Fix FTCBFS: Export ARCH for make (Closes: #1120911)
  * fix(systemd-networkd): install and enable
    systemd-networkd-resolve-hook.socket (Closes: #1120955)
  * dracut-live: depend on parted for dmsquash-live-autooverlay
  * autopkgtest: remove unneeded dependencies
  * autopkgtest: run kernel-install tests again after #1117563 got fixed
  * Add Apport hook to include all packages with dracut modules in report
    (LP: #2081183)
  * test: exit with code 77 if test is skipped
  * dracut-core: demote *cryptsetup, dmsetup, kpartx, lvm2, mdadm to suggests
    These packages should be installed in case they are needed for the disk
    setup but should not installed by default via Recommends.
  * test: set console cmdline depending on the architecture
  * run autopkgtest on all relevant architectures (LP: #2115532)

dracut (109-1) unstable; urgency=medium

  * New upstream release.
  * Drop patches applied upstream and refresh remaining patches
  * test: remove test module
  * fix(debian): lower the ordering number for debian conf
  * fix(systemd-sysusers): increase ordering from 68 to 78
  * Provide separate install files for s390x
  * dracut-core: add new module kernel-modules-export
  * autopkgtest: test 30-DMSQUASH requires dracut-network now
  * autopkgtest: run full systemd test separately with a separate set of
    additional dependencies.
  * autopkgtest: add test 44-drivers and 50-network
  * debian/rules: drop explicit --configprofile configure option
  * fix(dracut): decrease logging by default
  * autopkgtest: drop unneeded dbus and isc-dhcp-client dependency
  * update-initramfs: drop intermediate initrd.new (see bug 1116593)
  * autopkgtest: drop setting KVERSION
  * configure: disable dracut-cpio explicitly
  * Upgrade debian/watch to version 5
  * Drop Rules-Requires-Root: no, which is the default now

Date: Mon, 01 Dec 2025 11:49:45 +0100
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dracut/109-5ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 01 Dec 2025 11:49:45 +0100
Source: dracut
Built-For-Profiles: noudeb
Architecture: source
Version: 109-5ubuntu1
Distribution: resolute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Closes: 1091455 1120911 1120955
Launchpad-Bugs-Fixed: 2081183 2115532 2032141
Changes:
 dracut (109-5ubuntu1) resolute; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - drop udevsettle patch (these kind of patches should be applied upstream)
     - dracut-core: demote binutils to suggests. its only needed when using UEFI
       executables
     - Let linux-firmware updates trigger the dracut autopkgtest
     - fix(udev-rules): exclude udev rules from snapd
     - feat(dmsquash-live-autooverlay): support readlink from uutils
     - test: use GNU dd instead of uutil's dd (to work around bug LP 2129037)
   * test(sysroot): run with --no-hostonly-cmdline
   * autopkgtest: skip failing 43-kernel-install on arm64 (see LP 2133402)
   * autopkgtest: skip too slow 41-full-systemd on arm64 and armhf
     (see LP 2133401)
 .
 dracut (109-5) unstable; urgency=medium
 .
   * test(run-qemu): use hvc0 console on s390x (Closes: #1120955)
 .
 dracut (109-4) unstable; urgency=medium
 .
   * test: update UEFI patches to the version merged upstream
 .
 dracut (109-3) unstable; urgency=medium
 .
   * test:
     - forward journald logs to console in V=1 or V=2
     - replace rev command by sed and drop bsdextrautils dependency
     - use UEFI for QEMU when available and support UEFI on ARM
   * dracut-test: ovmf is only needed for amd64
   * Drop debian-initramfs-post-update.patch because the update-initramfs
     script (shipped by dracut) invokes the bootloader hooks from
     /etc/initramfs/post-update.d. (Closes: #1091455)
   * autopkgtest: Skip failing (hanging) 41-full-systemd on s390x
     (Closes: #1120955)
 .
 dracut (109-2) unstable; urgency=medium
 .
   * Fix FTCBFS: Export ARCH for make (Closes: #1120911)
   * fix(systemd-networkd): install and enable
     systemd-networkd-resolve-hook.socket (Closes: #1120955)
   * dracut-live: depend on parted for dmsquash-live-autooverlay
   * autopkgtest: remove unneeded dependencies
   * autopkgtest: run kernel-install tests again after #1117563 got fixed
   * Add Apport hook to include all packages with dracut modules in report
     (LP: #2081183)
   * test: exit with code 77 if test is skipped
   * dracut-core: demote *cryptsetup, dmsetup, kpartx, lvm2, mdadm to suggests
     These packages should be installed in case they are needed for the disk
     setup but should not installed by default via Recommends.
   * test: set console cmdline depending on the architecture
   * run autopkgtest on all relevant architectures (LP: #2115532)
 .
 dracut (109-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop patches applied upstream and refresh remaining patches
   * test: remove test module
   * fix(debian): lower the ordering number for debian conf
   * fix(systemd-sysusers): increase ordering from 68 to 78
   * Provide separate install files for s390x
   * dracut-core: add new module kernel-modules-export
   * autopkgtest: test 30-DMSQUASH requires dracut-network now
   * autopkgtest: run full systemd test separately with a separate set of
     additional dependencies.
   * autopkgtest: add test 44-drivers and 50-network
   * debian/rules: drop explicit --configprofile configure option
   * fix(dracut): decrease logging by default
   * autopkgtest: drop unneeded dbus and isc-dhcp-client dependency
   * update-initramfs: drop intermediate initrd.new (see bug 1116593)
   * autopkgtest: drop setting KVERSION
   * configure: disable dracut-cpio explicitly
   * Upgrade debian/watch to version 5
   * Drop Rules-Requires-Root: no, which is the default now
Checksums-Sha1:
 266b356a216b9ae77c6716181d742a7435a7421b 2983 dracut_109-5ubuntu1.dsc
 3cbd1d1be1ccbb5395850a98ba030fab9c6ba234 556077 dracut_109.orig.tar.gz
 0ae0aab846a173e39b41c6fd7beb9e6b6952c614 34228 dracut_109-5ubuntu1.debian.tar.xz
 09f77b7f89d96c4aa92f56f4313797b9df269764 8627 dracut_109-5ubuntu1_source.buildinfo
Checksums-Sha256:
 1c1426a736f1cf7bf92dd304029a09f1f9533c5184b64a0fb617bd4a6b2fd2ea 2983 dracut_109-5ubuntu1.dsc
 57f8f47e26210e96b20746c18c220010d391692ed7f0c47f20d44bf558748d7c 556077 dracut_109.orig.tar.gz
 1a10add5438b406bcaa177eef352ead16be492bdfd01ec6687cdb5e2e6b55ace 34228 dracut_109-5ubuntu1.debian.tar.xz
 cebbb97ed9bbbd9ac5eac6e68adf9ef515b6c3e5fcfb74f4adb43e0e11b1ff7c 8627 dracut_109-5ubuntu1_source.buildinfo
Files:
 aa422fbbb991685e9ed6f095be6318a1 2983 utils optional dracut_109-5ubuntu1.dsc
 31fcefd0c875ec5bcb6c711d7097fb30 556077 utils optional dracut_109.orig.tar.gz
 9af9eb118311eae5e16a97e01a239198 34228 utils optional dracut_109-5ubuntu1.debian.tar.xz
 e1d95d5003ae3b6cc0bd7fc5bbd294cf 8627 utils optional dracut_109-5ubuntu1_source.buildinfo
Original-Maintainer: Thomas Lange <lange at debian.org>
Vcs-Git: https://git.launchpad.net/~bdrung/ubuntu/+source/dracut
Vcs-Git-Commit: 43bea404229e5b4ab520a7502db3fd78018e1921
Vcs-Git-Ref: refs/heads/ubuntu/merge-109


More information about the Resolute-changes mailing list