Accepting request 1250093 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1250093 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=237
This commit is contained in:
commit
8b405bdbdd
@ -393,3 +393,6 @@ c79fc8fd fix(dracut): rework timeout for devices added via --mount and --add-dev
|
||||
93df9ad2 feat(livenet): get live image size from TFTP servers
|
||||
cc2c48a0 fix(iscsi): don't require network setup for bnx2i
|
||||
f30cf46e fix(iscsi): attempt iSCSI login before all interfaces are up
|
||||
20cc20d2 fix(90kernel-modules): explicitly include xhci-pci-renesas
|
||||
3d5bab81 fix(iscsi): don't require network setup for qedi
|
||||
fcde3355 fix(iscsi): make sure services are shut down when switching root
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">409f74f3a384d34a00351add1702688bf39bb6e8</param></service></servicedata>
|
||||
<param name="changesrevision">5f31d7e433466ccccb2992a8300c680889346f06</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c6c13fc628fc68d25e9efc92f394e2705d775e968bd74aa06fc830ce344825
|
||||
size 2131468
|
3
dracut-059+suse.688.g840b9751.obscpio
Normal file
3
dracut-059+suse.688.g840b9751.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15de783525a565af26efb12f9c487f3a3a26facb985c1ae488e4453e391fe64b
|
||||
size 2131980
|
@ -1,9 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 04 13:54:15 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.688.g840b9751:
|
||||
* fix(iscsi): make sure services are shut down when switching root (bsc#1237695)
|
||||
* fix(iscsi): don't require network setup for qedi
|
||||
* fix(90kernel-modules): explicitly include xhci-pci-renesas (bsc#1238258)
|
||||
* fix(network-legacy): do not require pgrep when using wicked (bsc#1236982)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 09:18:20 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.679.g7559201e:
|
||||
|
||||
Fixes for booting from iSCSI offload with bnx2i (bsc#1228086, bsc#1234134):
|
||||
Fixes for booting from iSCSI offload with bnx2i (bsc#1228086):
|
||||
* fix(iscsi): attempt iSCSI login before all interfaces are up
|
||||
* fix(iscsi): don't require network setup for bnx2i
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.679.g7559201e
|
||||
mtime: 1737364566
|
||||
commit: 7559201e7480a65b0da050263d96a1cd8f15f50d
|
||||
version: 059+suse.688.g840b9751
|
||||
mtime: 1741096142
|
||||
commit: 840b9751283259441a8b13656a63c057fa811932
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.679.g7559201e
|
||||
Version: 059+suse.688.g840b9751
|
||||
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