Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dracut-extra-059+suse.672.gcd143fd0-1.2 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: dracut-extra Distribution: openSUSE Tumbleweed
Version: 059+suse.672.gcd143fd0 Vendor: openSUSE
Release: 1.2 Build date: Tue Jan 7 15:21:37 2025
Group: System/Base Build host: reproducible
Size: 23522 Source RPM: dracut-059+suse.672.gcd143fd0-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/dracutdevs/dracut/wiki
Summary: Dracut modules usually not required for normal operation
This package contains all modules that are part of dracut upstream
but are not normally supported or required.

Provides

Requires

License

GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Tue Jan 07 2025 antonio.feijoo@suse.com
  - Update to version 059+suse.672.gcd143fd0:
    * fix(dracut): rework timeout for devices added via --mount and --add-device (bsc#1231792)
* Wed Dec 11 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.669.g60f5981b:
    * fix(systemd): copy 20-systemd-stub.conf into the initrd
* Fri Nov 22 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.665.gd2af7028:
    * feat(systemd-coredump): save coredumps to journal
    * fix(suse-initrd): shellcheck SC1007
    * fix(pcsc): add libpcsclite_real.so.*
    * fix(dracut-systemd): use expected PS1 in the emergency shell
    * fix(dracut-systemd): unquote systemd conf strings
    * feat: add header comment to generators
    * refactor: change TimeoutSec=0 to TimeoutSec=infinity
    * fix(dracut.sh): do not add cmdline for force_drivers if --kernel-only
    * fix(btrfs): write cmdline in install()
    * fix(dracut.sh): omit compressed kernel modules from find searching exec files
    * fix(dracut): don't apply aggressive strip to kernel modules
    * fix(dracut-install): copy xattr when use clone ioctl
* Mon Nov 04 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.651.gc186c6a8:
    * fix(dm): remove 59-persistent-storage-dm.rules (bsc#1232063)
* Fri Sep 13 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.648.g91732c01:
    Fixes for NVMeoF boot (bsc#1230468):
    * fix(nvmf): install (only) required nvmf modules
    * fix(nvmf): require NVMeoF modules
    * fix(nvmf): move /etc/nvme/host{nqn,id} requirement to hostonly
    Fixes for bsc#1230354:
    * feat(systemd): always install libsystemd libraries
    * fix(dracut): do not add all lib subdirs to `LD_LIBRARY_PATH` with `--sysroot`
* Fri Aug 23 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.639.g49307b2a:
    * feat(systemd*): include systemd config files from /usr/lib/systemd (bsc#1228398)
* Fri Aug 09 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.636.g9a22b6b0:
    * fix(dracut): ldd output borked with `--sysroot` (bsc#1228659)
    * fix(dracut-functions.sh): only return block devices from get_persistent_dev
    * fix(convertfs): shellcheck
    * fix(convertfs): error in conditional expressions (bsc#1228847)
* Tue Jul 02 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.628.g20b345b4:
    * feat(crypt): force the inclusion of crypttab entries with x-initrd.attach (bsc#1226529)
    * fix(mdraid): try to assemble the missing raid device (bsc#1226412)
    * feat(ifcfg): minimize s390-specific network configuration aspects
    * refactor(ifcfg): delete code duplication using iface_get_subchannels()
    * fix(znet): append to udev rules so each rd.znet_ifname is effective
    * feat(qeth_rules): remove qeth handling consolidated in 95znet
    * docs(dracut.cmdline): generalize description of rd.znet
    * feat(znet): use zdev for consolidated device configuration
    * feat(dasd): minimize dasd handling consolidated in s390-tools
    * feat(dasd_mod): minimize dasd handling consolidated in s390-tools
    * feat(dasd_rules): remove dasd handling consolidated in s390-tools
    * feat(zfcp): minimize zfcp handling consolidated in s390-tools
    * feat(zfcp_rules): remove zfcp handling consolidated in s390-tools
    * refactor(cms): remove now unnecessary inclusion of full s390utils-base
    * refactor(cms): use consolidated network config with zdev from s390-tools
    * refactor(cms): use consolidated dasd config with zdev from s390-tools
    * refactor(cms): use consolidated zfcp config with zdev from s390-tools
    * refactor(cms): use zdev to simplify handling CMSDASD=... boot option
    * fix(dracut-install): continue parsing if ldd prints "cannot be preloaded" (bsc#1208690)
* Mon May 27 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.598.gfe80dac7:
    * fix(systemd-ask-password): no graphical output in aarch64 (bsc#1224404)
    * perf(drm): group dracut_instmods calls
    * fix: do not write to /usr/lib/modprobe.d at boot
* Thu May 16 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.588.g528264be:
    * fix(install.d): skip if dracut is not the initrd or UKI generator
    * style(install.d): shfmt reformat
    * fix(suse-initrd): clean return of installkernel() (bsc#1223467)
    * fix(dracut.spec): do not check if fillup template exists at %post end
* Fri Apr 26 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.581.g19b7c06c:
    * fix(dracut): move hooks directory from /usr/lib to /var/lib (bsc#1218068)
    * feat(tpm2-tss): add tpm2.target and systemd-tpm2-generator
    * fix(systemd): explicitly install some libs that will not be statically included
    * fix(dracut-lib): only remove initqueue/finished scripts, not the hook dir
    * fix(dracut-util): avoid memory leak
    * fix(dracut-install): memory leak in two `hashmap_put` calls if key exists
    * fix(dracut-install): release memory allocated for regular expressions
    * fix(dracut-install): memory leak in `--modalias` option
    * refactor(dracut-install): strerror(errno) -> %m
    * perf(dracut-install): don't strdup() environment block
    * perf(dracut-install): don't reallocate {src,dst}path in hmac_install()
    * perf(dracut-install): don't strdup() excessively for dracut_install()
    * perf(dracut-install): stat() w/unused buf -> access(F_OK) in dracut-install
    * perf(dracut-install): multiple single-character strstr()s -> strpbrk()
* Tue Apr 16 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.563.g4900899a:
    * feat(dracut): add option to disable automatic guessing of output file (bsc#1213648)
* Mon Mar 18 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.560.g145cde90:
    * fix(systemd-pcrphase): rename systemd-pcrphase binary to systemd-pcrextend
* Wed Feb 28 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.557.g8a62bf73:
    * fix(zfcp_rules): correct shellcheck regression when parsing ccw args (bsc#1220485)
* Tue Feb 13 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.554.g6144bf71:
    * fix(dracut.spec): update dracut-fips requirements (bsc#1219869)
* Mon Feb 12 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.552.g4610ef1b:
    * fix(dracut-util): do not call `strcmp` if the `value` argument is NULL (bsc#1219841)
* Fri Feb 09 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.549.gc9f63878:
    * fix(overlayfs): split overlayfs mount in two steps (bsc#1219778)
    * fix(dracut-init.sh): handle decompress with `--sysroot`
    * fix(i18n): handle keymap includes with `--sysroot`
    * fix(dracut-systemd): replace `rd.udev.log-priority` with `rd.udev.log_level`
    * fix(i18n): handle symlinked keymap
* Mon Jan 22 2024 antonio.feijoo@suse.com
  - Update to version 059+suse.538.ge7a5cff9:
    * fix(livenet): split `imgsize` calculation to avoid misleading error message
    * fix(livenet): check also `content-length` from live image header
    * fix(livenet): propagate error code
    * fix(dracut): correct regression with multiple `rd.break=` options
* Thu Dec 21 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.533.g5a7cf9fa:
    * feat(dracut.sh): protect `push_host_devs` function
    * fix(dracut.sh): do not add device if `find_block_device` returns an error
* Mon Nov 27 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.530.gba7b6a35:
    * fix(dracut.sh): skip README for AMD microcode generation (bsc#1217083)
    * fix(90kernel-modules): add intel_lpss_pci for MacBook Pro 2017
    * feat(kernel-modules): install SPMI modules on ARM/RISC-V
    * feat(kernel-modules): add Qualcomm IPC router to enable USB
    * fix(pcsc): add --disable-polkit to pcscd.service
    * fix(pcsc): add opensc load module file
* Fri Nov 17 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.522.g0fc72191:
    * fix(install.d): do not create rescue entry when working with UKIs
    * fix(install.d): skip if $KERNEL_INSTALL_INITRD_GENERATOR is set otherwise
    * feat(resume): do not attempt to install systemd-hibernate-resume@.service
    * feat(install.d): add sort-key field to rescue BLS entries
    * fix(install.d): do not generate a new initrd if any INITRD_FILE is provided
    * fix(install.d): do not create initramfs if the supplied image is UKI
    * feat(install.d): allow using dracut in combination with ukify
    * fix(resume): add new systemd-hibernate-resume.service
    * feat(systemd): install systemd-executor
* Mon Oct 30 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.511.g0bdb16ac:
    * fix(pkcs11): delete trailing dot on libcryptsetup-token-systemd-pkcs11.so
    * fix(systemd-repart): correct undefined $libdir
    * fix(dracut-systemd): use `DRACUT_VERSION` instead of `VERSION`
    * fix(dracut.sh): abort if Bash is in POSIX mode
    * fix(dracut-initramfs-restore.sh): do not set selinux labels if disabled
    * fix(network): correct network device naming (bsc#1192986)
* Thu Oct 19 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.503.g41e99e72:
    * fix(dracut.spec): do not require libgcrypt20-hmac for dracut-fips (bsc#1216059)
* Mon Sep 11 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.501.gc44a365d:
    * chore(suse): remove obsolete fillup template (bsc#1212764)
    * fix(systemd): add new systemd-tmpfiles-setup-dev-early.service
* Fri Sep 08 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.497.ga7feaf12:
    * chore(suse): disable fips and ima subpackages for i?86
    * fix(dracut.sh): remove microcode check based on CONFIG_MICROCODE_[AMD|INTEL]
    * chore(suse): update SUSE maintainers doc
* Fri Aug 11 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.491.g87f19c22:
    * fix(dracut-install): protect against broken links pointing to themselves
    * fix(dracut.sh): exit if resolving executable dependencies fails (bsc#1214081)
* Wed Aug 02 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.488.g81715832:
    This is the 3rd backport of the most important fixes and features from the upstream master branch,
    while the release date of version 060 is still undefined.
    * fix(systemd-udevd): add missing override paths
    * fix(systemd-journald): add systemd-sysusers dependency
    * fix(base): correct handling of quiet in loginit
    * chore(suse): require gawk instead of awk
    * refactor(install): log about missing firmware only once
    * fix(integrity): do not require ls
    * fix(dracut-init.sh): `module_check` method ignores `forced` option
    * fix(man): add missing initrd-root-device.target to flow chart
    * fix(dracut-init.sh): use the local _ret variable
    * fix(dracut.sh): use gawk for strtonum
    * fix(man): remove duplicate entry
* Mon Jul 17 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.476.g5e324584:
    This is the 2nd backport of the most important fixes and features from the upstream master branch,
    while the release date of version 060 is still undefined.
    Features:
    * feat(network-wicked): remove module
    * feat(systemd-rfkill): remove module
    * feat(livenet): add memory size check depending on live image size
    * feat(nvmf): add code for parsing the NBFT
    Fixes:
    * fix(systemd-sysext): handle confexts and correct extensions search path
    * fix(modsign): load keys to correct keyring
    * fix(dmsquash-live-autooverlay): specify filesystemtype when it is already known
    * fix(fs-lib): remove quoting form the first argument of the e2fsck call
    * fix(Makefile): remove leftover rpm build rules
    * fix(Makefile): no longer upload to kernel.org
    * fix(nvmf): support /etc/nvme/config.json
    * fix(nvmf): install 8021q module unconditionally
    * fix(install.d): respect even more kernel-install vars, plus style fixes
    * fix(install.d): respect more kernel-install env variables
    * fix(dracut.sh): also prevent fsfreeze for tmpfs
    * fix(dmsquash-live): allow other fstypes
    * fix(bluetooth): make bluetooth rules more strict
    * fix(bluetooth): add missing files
    * fix(bluetooth): include it if Appearance matches the value assigned for keyboard
    * fix(btrfs): do not require module via cmdline when --no-kernel
    * fix(btrfs): add missing cmdline function
    Other:
    * refactor(dracut-init.sh): remove redundant "dracut" from "dracut module" prints
    * refactor(virtiofs): remove exit after die
    * build: remove rpm spec file and build rules
    * docs: remove rd.lvm.snapsize and rd.lvm.snapshot
    * chore(gentoo.conf): remove examples to avoid confusion
    * chore: remove git2spec.pl, it is no longer used
* Tue Jun 20 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 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.375.gafb362e4:
    * fix(network-legacy): handle do_dhcp calls without arguments (bsc#1210640)
    fips=1 and separate /boot break s390x (bsc#1204478):
    * fix(fips): move fips-boot script to pre-pivot
    * fix(fips): only unmount /boot if it was mounted by the fips module
    * feat(fips): add progress messages
    * fix(fips): do not blindly remove /boot
* Mon Apr 10 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.368.g2e7ac134:
    * chore(suse): remove mkinitrd wrapper (bsc#1202351) (jsc#PED-1919)
* Fri Mar 03 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.366.gf45bc67a:
    * fix(fips): add libkcapi fipscheck also with the libexec location (bsc#1207892)
    * feat(lvm): always include all drivers that LVM can use (bsc#1206195)
    * chore(suse): update url in spec
* Wed Jan 25 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.360.g2e0ed5f7:
    * revert(multipath): install multipathd.socket (bsc#1207524)
* Mon Jan 23 2023 antonio.feijoo@suse.com
  - Update to version 059+suse.358.g8ecd6e83:
    See https://github.com/dracutdevs/dracut/releases/tag/058 for details (059
    just adds missing entries in NEWS.md).
    Additional changes:
    * chore(suse): add execute permission to all scripts
    * chore(suse): update spec
* Mon Jan 23 2023 antonio.feijoo@suse.com
  - Update to version 057+suse.355.g1b722fda:
    * fix(dracut.spec): require libopenssl1_1-hmac for dracut-fips (bsc#1206439)
* Thu Dec 15 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.353.g6dab83eb:
    * revert(fips): check for fipscheck in libexec (bsc#1206431)
* Tue Dec 13 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.351.ge78c8ff6:
    * feat(kernel-modules): exclude USB drivers in strict hostonly mode (bsc#1186056)
    * feat(multipath): warn if included with no multipath devices and no user conf (bsc#1069169)
    * fix(fips): check for fipscheck in libexec
    * fix(fips): install required sed binary
* Tue Nov 15 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.344.g021aead9:
    * fix(dracut-systemd): run systemctl daemon-reload after remove_hostonly_files
    * fix(dracut.sh): improve detection of installed kernel versions (bsc#1205175)
    * fix(network-manager): always install the library plugins directory (bsc#1202014)
    * feat(dracut-init.sh): add inst_libdir_dir() helper (bsc#1202014)
* Thu Oct 13 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.337.g4162a70e:
    * fix(network-legacy): misleading duplicate address detection using wicked (bsc#1201235)
    A series of fixes for NVMeoF boot (bsc#1203368):
    * fix(man): dracut.cmdline.7: clarify "rd.nvmf.discover=fc,auto"
    * fix(network): avoid double brackets around IPv6 address
    * feat(nvmf): set rd.neednet=1 if tcp records encountered
    * fix(man): dracut.cmdline(7): correct syntax for rd.nonvmf
    * fix(network): don't use same ifname multiple times
    * fix(nvmf): run cmdline hook before parse-ip-opts.sh
    * fix(nvmf): avoid calling "exit" in a cmdline hook
    * fix(nvmf): make sure "rd.nvmf.discover=fc,auto" takes precedence
    * fix(nvmf): don't use "finished" queue for autoconnect
    * fix(nvmf): don't create did-setup file
    * fix(nvmf): no need to load the nvme module
    * fix(nvmf): don't try to validate network connections in cmdline hook
    * fix(nvmf): nvme list-subsys prints the address using commas as separator
    * fix(systemd): add missing modprobe@.service (bsc#1203749)
    * fix(i18n): do not fail if FONT in /etc/vconsole.conf has the file extension (bsc#1203267)
* Wed Sep 14 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.315.gd210fc38:
    * chore(suse): update spec
      Fix "directories not owned by a package" caused by bash-completion directories not owned by dracut.
      Do not install modules incompatible with the system architecture.
    * chore(suse): change default persistent policy
    * ci(suse.conf.example): update SUSE-specific config
    * chore(suse): fix 99-debug.conf
* Thu Aug 18 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.309.gb71946f6:
    * fix(dracut-initramfs-restore.sh): hide unpack errors (bsc#1199341)
    * chore(suse): remove suse-module-tools build requirement
    * fix(suse-initrd): always check that MACHINE_ID is not empty (bsc#1201780)
* Wed Jul 20 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.303.gc4ea1bea:
    * fix(network-legacy): add auto timeout to wicked DHCP test (bsc#1198709)
    * fix(network-legacy): check if dhclient has --timeout option
    * fix(man): correct typo
    * fix(network-legacy): properly install dhclient
    * fix(fips): add missing bash dependency
* Mon Jul 04 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.294.gaa9ea2d2:
    * fix(i18n): add required includes for keymaps (bsc#1200950)
* Tue Jun 21 2022 antonio.feijoo@suse.com
  - Update to version 057+suse.292.g508db4cd:
    See https://github.com/dracutdevs/dracut/releases/tag/057 for details.
    Additional changes:
    * fix(integrity): do not enable EVM if there is no key (bsc#1200718)
    * fix(dracut.sh): temporary workaround for kiwi (bsc#1199051)
    * chore(suse): update spec
* Fri Apr 22 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.275.g4ce7a6a7:
    * fix(resume): relax exclusion check (bsc#1198554)
    * fix(nfs): /var is not mounted during the transactional-update run (bsc#1184970)
    * fix(nfs): give /run/rpcbind ownership to rpc user (bsc#1177461)
    * fix(nfs): require and install needed binaries
* Tue Apr 12 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.268.g0b2bd662:
    * fix(resume): do not add this module if there is no suitable swap (bsc#1198095)
    * feat(resume): improve sanity check by verifying volatile swap (bsc#1198095)
    * fix(resume): correct call to block_is_netdevice function (bsc#1197737)
    * fix(lvm): add missing grep requirement (bsc#1198271)
* Wed Apr 06 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.261.gf83268d5:
    * chore(suse): remove fipscheck requirement (bsc#1198065)
* Tue Apr 05 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.259.g16e9c5e9:
    * fix(ifcfg): repair POSIX compliance
    * fix(network-legacy): repair POSIX compliance
    * fix(dracut-install): copy files preserving ownership attributes (bsc#1197967)
    * fix(bluetooth): make $dbussystem/bluetooth.conf optional (bsc#1195047)
* Fri Apr 01 2022 antonio.feijoo@suse.com
  - Update to version 056+suse.252.g75c0d4d5:
    See https://github.com/dracutdevs/dracut/releases/tag/056 for details.
    Additional changes:
    * feat(resume): sanity check (bsc#1197192)
    * fix(dracut-initramfs-restore.sh): unpack uncompressed initrd as last option (bsc#1197195)
    * fix(resume): only exclude this module when swap is netdev
    * fix(network): do not use network-wicked as default network handler
    * chore(suse): update spec
* Fri Feb 18 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.238.gacab0df5:
    * fix(cpio): correct dev_t -> rmajor/rminor mapping (bsc#1195808)
    * ci(cpio): add test_archive_dev_maj_min (bsc#1195808)
    * ci(cpio): add TempWorkDir.create_tmp_mknod helper (bsc#1195808)
* Thu Feb 17 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.234.gbdaf66ff:
    * fix(tpm2-tss): install SUSE specific files (bsc#1195984)
    * fix(systemd-sysusers): override systemd-sysusers.service (bsc#1195983)
* Mon Feb 14 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.230.g3fdde49a:
    * fix(dasd_rules): correct udev dasd rules parsing (bsc#1195309)
    * revert(lvm): remove 69-dm-lvm-metad.rules (bsc#1195604)
* Fri Jan 28 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.226.g44139dde:
    * fix(zfcp_rules): remove collect based udev rule creators
    * fix(dasd_rules): remove collect based udev rule creators
    * fix(kernel-modules-extra): handle zstd module extension
    * fix(ifcfg): add SUSE specific write-ifcfg file (bsc#1193518)
    * fix(dracut-functions): skip iSCSI sessions without initiatorname (bsc#1195011)
    * fix(dracut-functions.sh): ip route parsing (bsc#1195011)
    * fix(fips): missing sourcing of dracut-lib
    * fix(fips): wrong error message
    * fix(network-legacy): install only existing SUSE specific files (bsc#1194879)
    * fix(network-legacy): set dhclient as optional (bsc#1194879)
    * fix(40network): consistent use of "$gw" for gateway (bsc#1192685)
    * fix(multipathd-configure.service): drop unneeded dependencies
    * fix(multipath): check if mpathconf is available
    * fix(multipathd.service): drop dependencies on iscsi and iscsid
    * fix(multipathd.service): adapt to upstream multipath-tools unit file
    * fix(multipathd.service): remove dependency on systemd-udev-settle
    * fix(fips): avoid shellcheck warnings
    * fix(fips): get _vmname value only if it is needed
    * fix(fips.sh): respect rd.fips.skipkernel
    * fix(fips): alignment with the upstream format
* Mon Jan 17 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.194.gdd41932a:
    * fix(network-legacy): add wicked as an alternative to arping (bsc#1193670)
    * fix(network): add wicked as an alternative to arping (bsc#1193670)
* Mon Jan 17 2022 antonio.feijoo@suse.com
  - Update to version 055+suse.191.g67eb4ea8:
    * fix(dracut-initramfs-restore.sh): add test for SUSE initrd name (bsc#1194570)
    * fix(dracut.spec): require util-linux-systemd (bsc#1194162)
    * fix(network-wicked): multiple path corrections
    * fix(drm): add privacy screen modules to the initrd (bsc#1193590)
    * fix(dracut.spec): update usrmerged mkinitrd dir
    * fix(url-lib): improve ca-bundle detection (bsc#1175892)

Files

/usr/lib/dracut/modules.d/00dash
/usr/lib/dracut/modules.d/00dash/module-setup.sh
/usr/lib/dracut/modules.d/00mksh
/usr/lib/dracut/modules.d/00mksh/module-setup.sh
/usr/lib/dracut/modules.d/02caps
/usr/lib/dracut/modules.d/02caps/README
/usr/lib/dracut/modules.d/02caps/caps.sh
/usr/lib/dracut/modules.d/02caps/module-setup.sh
/usr/lib/dracut/modules.d/05busybox
/usr/lib/dracut/modules.d/05busybox/module-setup.sh
/usr/share/licenses/dracut-extra
/usr/share/licenses/dracut-extra/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 02:11:34 2025