Accepting request 1093898 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.447.g9d1fc722: This a is backport of the most important fixes and features from the upstream master branch, while the release date of version 060 is still undefined. Features: * chore(shfmt): update to pass with shfmt v3.5.1 * feat(dracut-init.sh): do not print by default if an udev rule is skipped * feat(lsinitrd): notify user on missing compressor * feat(dracut): use log level indicator in console output * feat(kernel-modules): driver support for macbook keyboards * feat(dracut-init.sh): specify if a module cannot be found or cannot be installed Fixes: * fix(multipath): explicitly check if `hostonly_cmdline` is `yes` * fix(systemd-timedated): correct typo in override path * fix(systemd-resolved): correct typo in override path * fix(systemd-networkd): correct typos in override paths * fix(dracut-init.sh): correct check in `is_qemu_virtualized` function * fix(Makefile): execute command -v instead of which * fix(network-legacy): typo * fix(network,dbus): improve dependency checking * fix(systemd-pcrphase): only include systemd-pcrphase-initrd.service * fix(systemd-tmpfiles): do not include systemd-tmpfiles-clean.timer * fix(systemd-journald): do not include systemd-journal-flush.service * fix(systemd): do not include systemd-random-seed.service * fix(kernel-modules): add interconnect drivers * fix(dracut-lib.sh): remove successful finished initqueue scripts * fix(udev-rules): remove firmware.rules * fix(dracut.sh): silence the output of hardlinking files by default * fix(virtiofs): add virtio_pci kernel module to virtiofs * fix(dracut-systemd): rootfs-generator cannot write outside of generator dir * fix(dracut-systemd): check and create generator dir outside of inner function * fix(dracut-systemd): do not hardcode the systemd generator directory * fix(dracut-functions): avoid calling grep with PCRE (-P) * fix(dracut-initramfs-restore.sh): handle /etc/machine-id empty or uninitialized * fix(lsinitrd.sh): handle /etc/machine-id empty or uninitialized * fix(dracut.sh): handle /etc/machine-id empty or uninitialized * fix(systemd-networkd): add missing conf files and services * fix(dracut-functions.sh): convert mmcblk to the real kernel module name * fix(multipath): remove dependency on multipathd.socket * fix(99base): adjust to allow mksh as initrd shell * fix(base): do not quote $CLINE in the `set` command * fix(systemd-ac-power): correct systemd-ac-power binary path * fix(dracut.sh): use dynamically uefi's sections offset * fix(lvmthinpool-monitor): activate lvm thin pool before extend its size * fix(dmsquash-live): restore compatibility with earlier releases * fix(dracut.sh): kmoddir does not handle trailing / * fix(udev-rules): remove old eudev specific rule * fix(udev-rules): remove old redhat specific rule * fix(udev-rules): remove old edd_id extra rules * fix(udev-rules): remove old debian specific rules * fix(kernel-modules): add UFS drivers * fix(kernel-modules): use modalias info in get_dev_module() * fix(crypt): add missing libraries * revert(network-manager): avoid restarting NetworkManager * fix(dracut.sh): handle sbsign errors for UEFI builds * fix(dracut.sh): handle out of space error for UEFI builds * fix(network): IPv6: don't wait for RA for static IPv6 assignments * fix(network-legacy): always include af_packet * fix(network): don't assume prefix length 64 by default * fix(iscsi): prefix syntax for static iBFT IPv6 addresses * fix(iscsi): install 8021q module unconditionally * fix(plymouth): remove /etc/system-release dependency * fix(network-manager): add "After" dependency on dbus.service * fix(fido2): libfido2.so depends on libz.so * fix(dracut-install): continue parsing if ldd prints "cannot execute binary file" * fix: make iso-scan trigger udev events * fix(install): do not undef _FILE_OFFSET_BITS * fix(dracut.sh): --sysroot option broken if global variables not set in conf * fix(lsinitrd.sh): handle filenames with special characters * fix(dracut-systemd): remove unused argument * fix(dracut-init.sh): correct typo in comment * fix(dracut.sh): correct --help and --version exit codes * fix(crypt-gpg): do not use always --card-status * fix(dmsquash-live): live:/dev/* * fix(load_fstype): avoid false positive searchs * fix: shellcheck 0.8.0 OBS-URL: https://build.opensuse.org/request/show/1093898 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=496
This commit is contained in:
parent
a903b0a672
commit
c8da34c251
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||||
<param name="changesrevision">afb362e4cb6c21ef878907e96e8bc66db740930a</param></service></servicedata>
|
<param name="changesrevision">3c55593564a9bbe2c011ded0f76e06dad58d84fe</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0a3b6887b67a5f4ec7be9662f67e734d335123cde6495ebf1ca58c6d933fdc0
|
|
||||||
size 2110988
|
|
3
dracut-059+suse.447.g9d1fc722.obscpio
Normal file
3
dracut-059+suse.447.g9d1fc722.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66e62c262b7600b1033aea85020ce6ee5aab14fb69e38f8696400d3d7238fb97
|
||||||
|
size 2108940
|
@ -1,3 +1,84 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 07:23:31 UTC 2023 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
- Update to version 059+suse.447.g9d1fc722:
|
||||||
|
This a is backport of the most important fixes and features from the upstream master branch,
|
||||||
|
while the release date of version 060 is still undefined.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* chore(shfmt): update to pass with shfmt v3.5.1
|
||||||
|
* feat(dracut-init.sh): do not print by default if an udev rule is skipped
|
||||||
|
* feat(lsinitrd): notify user on missing compressor
|
||||||
|
* feat(dracut): use log level indicator in console output
|
||||||
|
* feat(kernel-modules): driver support for macbook keyboards
|
||||||
|
* feat(dracut-init.sh): specify if a module cannot be found or cannot be installed
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
* fix(multipath): explicitly check if `hostonly_cmdline` is `yes`
|
||||||
|
* fix(systemd-timedated): correct typo in override path
|
||||||
|
* fix(systemd-resolved): correct typo in override path
|
||||||
|
* fix(systemd-networkd): correct typos in override paths
|
||||||
|
* fix(dracut-init.sh): correct check in `is_qemu_virtualized` function
|
||||||
|
* fix(Makefile): execute command -v instead of which
|
||||||
|
* fix(network-legacy): typo
|
||||||
|
* fix(network,dbus): improve dependency checking
|
||||||
|
* fix(systemd-pcrphase): only include systemd-pcrphase-initrd.service
|
||||||
|
* fix(systemd-tmpfiles): do not include systemd-tmpfiles-clean.timer
|
||||||
|
* fix(systemd-journald): do not include systemd-journal-flush.service
|
||||||
|
* fix(systemd): do not include systemd-random-seed.service
|
||||||
|
* fix(kernel-modules): add interconnect drivers
|
||||||
|
* fix(dracut-lib.sh): remove successful finished initqueue scripts
|
||||||
|
* fix(udev-rules): remove firmware.rules
|
||||||
|
* fix(dracut.sh): silence the output of hardlinking files by default
|
||||||
|
* fix(virtiofs): add virtio_pci kernel module to virtiofs
|
||||||
|
* fix(dracut-systemd): rootfs-generator cannot write outside of generator dir
|
||||||
|
* fix(dracut-systemd): check and create generator dir outside of inner function
|
||||||
|
* fix(dracut-systemd): do not hardcode the systemd generator directory
|
||||||
|
* fix(dracut-functions): avoid calling grep with PCRE (-P)
|
||||||
|
* fix(dracut-initramfs-restore.sh): handle /etc/machine-id empty or uninitialized
|
||||||
|
* fix(lsinitrd.sh): handle /etc/machine-id empty or uninitialized
|
||||||
|
* fix(dracut.sh): handle /etc/machine-id empty or uninitialized
|
||||||
|
* fix(systemd-networkd): add missing conf files and services
|
||||||
|
* fix(dracut-functions.sh): convert mmcblk to the real kernel module name
|
||||||
|
* fix(multipath): remove dependency on multipathd.socket
|
||||||
|
* fix(99base): adjust to allow mksh as initrd shell
|
||||||
|
* fix(base): do not quote $CLINE in the `set` command
|
||||||
|
* fix(systemd-ac-power): correct systemd-ac-power binary path
|
||||||
|
* fix(dracut.sh): use dynamically uefi's sections offset
|
||||||
|
* fix(lvmthinpool-monitor): activate lvm thin pool before extend its size
|
||||||
|
* fix(dmsquash-live): restore compatibility with earlier releases
|
||||||
|
* fix(dracut.sh): kmoddir does not handle trailing /
|
||||||
|
* fix(udev-rules): remove old eudev specific rule
|
||||||
|
* fix(udev-rules): remove old redhat specific rule
|
||||||
|
* fix(udev-rules): remove old edd_id extra rules
|
||||||
|
* fix(udev-rules): remove old debian specific rules
|
||||||
|
* fix(kernel-modules): add UFS drivers
|
||||||
|
* fix(kernel-modules): use modalias info in get_dev_module()
|
||||||
|
* fix(crypt): add missing libraries
|
||||||
|
* revert(network-manager): avoid restarting NetworkManager
|
||||||
|
* fix(dracut.sh): handle sbsign errors for UEFI builds
|
||||||
|
* fix(dracut.sh): handle out of space error for UEFI builds
|
||||||
|
* fix(network): IPv6: don't wait for RA for static IPv6 assignments
|
||||||
|
* fix(network-legacy): always include af_packet
|
||||||
|
* fix(network): don't assume prefix length 64 by default
|
||||||
|
* fix(iscsi): prefix syntax for static iBFT IPv6 addresses
|
||||||
|
* fix(iscsi): install 8021q module unconditionally
|
||||||
|
* fix(plymouth): remove /etc/system-release dependency
|
||||||
|
* fix(network-manager): add "After" dependency on dbus.service
|
||||||
|
* fix(fido2): libfido2.so depends on libz.so
|
||||||
|
* fix(dracut-install): continue parsing if ldd prints "cannot execute binary file"
|
||||||
|
* fix: make iso-scan trigger udev events
|
||||||
|
* fix(install): do not undef _FILE_OFFSET_BITS
|
||||||
|
* fix(dracut.sh): --sysroot option broken if global variables not set in conf
|
||||||
|
* fix(lsinitrd.sh): handle filenames with special characters
|
||||||
|
* fix(dracut-systemd): remove unused argument
|
||||||
|
* fix(dracut-init.sh): correct typo in comment
|
||||||
|
* fix(dracut.sh): correct --help and --version exit codes
|
||||||
|
* fix(crypt-gpg): do not use always --card-status
|
||||||
|
* fix(dmsquash-live): live:/dev/*
|
||||||
|
* fix(load_fstype): avoid false positive searchs
|
||||||
|
* fix: shellcheck 0.8.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 24 09:35:19 UTC 2023 - antonio.feijoo@suse.com
|
Mon Apr 24 09:35:19 UTC 2023 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
version: 059+suse.375.gafb362e4
|
version: 059+suse.447.g9d1fc722
|
||||||
mtime: 1682328844
|
mtime: 1687245723
|
||||||
commit: afb362e4cb6c21ef878907e96e8bc66db740930a
|
commit: 9d1fc72217f5a0d37ec4c1133b85025f9cb3996d
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 059+suse.375.gafb362e4
|
Version: 059+suse.447.g9d1fc722
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Event driven initramfs infrastructure
|
Summary: Event driven initramfs infrastructure
|
||||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user