Accepting request 1200856 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1200856 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=231
This commit is contained in:
commit
43dd2aa41f
@ -376,3 +376,9 @@ b5a35f9d feat(zfcp_rules): remove zfcp handling consolidated in s390-tools
|
||||
61ab3386 feat(crypt): force the inclusion of crypttab entries with x-initrd.attach
|
||||
6611c6e4 fix(dracut-functions.sh): only return block devices from get_persistent_dev
|
||||
6c99c073 feat(systemd*): include systemd config files from /usr/lib/systemd
|
||||
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>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">b1915cf13ca329ba411c800abc742c97be132c59</param></service></servicedata>
|
||||
<param name="changesrevision">80ec0b76eb4ecaa9478dda65bf1cf61ae75fd71b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bd42a2ea748659ccfee88e7b31a2da1dab9866b3e307a14ef28bfe7af2abefe
|
||||
size 2125836
|
3
dracut-059+suse.648.g91732c01.obscpio
Normal file
3
dracut-059+suse.648.g91732c01.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21d444fd7f0d42c8cf488d65ba472c5a3718e3eb40bcb9804fb5228fdbaedb03
|
||||
size 2126348
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 13:27:57 UTC 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 06:58:17 UTC 2024 - antonio.feijoo@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.639.g49307b2a
|
||||
mtime: 1724134921
|
||||
commit: 49307b2af50670f836984ca878c2dd511864e125
|
||||
version: 059+suse.648.g91732c01
|
||||
mtime: 1726233870
|
||||
commit: 91732c01f7ed6d8f9047f8c2ef11e8379e93e7b2
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.639.g49307b2a
|
||||
Version: 059+suse.648.g91732c01
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
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