Sync from SUSE:SLFO:Main dracut revision 2ccac87339567529bf473e4ff3d2c66a
This commit is contained in:
parent
26dbb31a76
commit
314c28fd52
@ -363,3 +363,8 @@ b5a35f9d feat(zfcp_rules): remove zfcp handling consolidated in s390-tools
|
|||||||
6611c6e4 fix(dracut-functions.sh): only return block devices from get_persistent_dev
|
6611c6e4 fix(dracut-functions.sh): only return block devices from get_persistent_dev
|
||||||
6c99c073 feat(systemd*): include systemd config files from /usr/lib/systemd
|
6c99c073 feat(systemd*): include systemd config files from /usr/lib/systemd
|
||||||
e0b87682 fix(dracut): ldd output borked with `--sysroot`
|
e0b87682 fix(dracut): ldd output borked with `--sysroot`
|
||||||
|
d0c82322 fix(dracut): do not add all lib subdirs to `LD_LIBRARY_PATH` with `--sysroot`
|
||||||
|
921792f2 feat(systemd): always install libsystemd libraries
|
||||||
|
54cd6479 fix(nvmf): move /etc/nvme/host{nqn,id} requirement to hostonly
|
||||||
|
41332702 fix(nvmf): require NVMeoF modules
|
||||||
|
3748ed4d fix(nvmf): install (only) required nvmf modules
|
||||||
|
@ -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">bd1dd430fdce702a50f399fb5e0ece5d2fc2d89d</param></service></servicedata>
|
<param name="changesrevision">1d9b146a98407d3eb2acb9ec423d78ca1c3e1b34</param></service></servicedata>
|
BIN
dracut-059+suse.598.g824fcff4.obscpio
(Stored with Git LFS)
BIN
dracut-059+suse.598.g824fcff4.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
dracut-059+suse.607.g2d95edb5.obscpio
(Stored with Git LFS)
Normal file
BIN
dracut-059+suse.607.g2d95edb5.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 20 12:28:26 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
- Update to version 059+suse.607.g2d95edb5:
|
||||||
|
|
||||||
|
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 07:09:50 UTC 2024 - antonio.feijoo@suse.com
|
Fri Aug 23 07:09:50 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
version: 059+suse.598.g824fcff4
|
version: 059+suse.607.g2d95edb5
|
||||||
mtime: 1724228698
|
mtime: 1726233905
|
||||||
commit: 824fcff4db818d162a6e4f41d2bc201b369ae6bf
|
commit: 2d95edb5021adfd33569c76bea8bffdc7390b178
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 059+suse.598.g824fcff4
|
Version: 059+suse.607.g2d95edb5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Event driven initramfs infrastructure
|
Summary: Event driven initramfs infrastructure
|
||||||
License: GPLv2+ and LGPLv2+ and GPLv2
|
License: GPLv2+ and LGPLv2+ and GPLv2
|
||||||
|
Loading…
Reference in New Issue
Block a user