Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9139130c23 |
@@ -406,3 +406,5 @@ bb6d0c11 fix(dracut-init): assign real path to srcmods
|
||||
8674d84f fix(dracut): kernel module name normalization in drivers lists
|
||||
da099c30 fix(rngd): adjust license to match the license of the whole project
|
||||
4f6ca33d fix(dracut-util): crash if CMDLINE ends with quotation mark
|
||||
1b11affd fix(74nvmf): only set netroot if it's yet empty
|
||||
f879b04d fix(74nvmf): make sure autoconnect script is run at least once
|
||||
|
||||
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="revision">SLFO_Main</param>
|
||||
<param name="revision">SLES-16.0_Update</param>
|
||||
<param name="versionformat">@PARENT_TAG@+suse.@TAG_OFFSET@.g%h</param>
|
||||
<param name="extract">suse/dracut.spec</param>
|
||||
<param name="extract">suse/README.susemaint</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">950c4798c595224cc0db6cbb561e4b3063c2040b</param></service></servicedata>
|
||||
<param name="changesrevision">40f7c5c4afb83854c276a56292e21aba11b4bedb</param></service></servicedata>
|
||||
Binary file not shown.
BIN
dracut-059+suse.700.g40f7c5c4.obscpio
LFS
Normal file
BIN
dracut-059+suse.700.g40f7c5c4.obscpio
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 10:26:23 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.700.g40f7c5c4:
|
||||
|
||||
Additional fixes for PXE boot with filled-in NBFT (bsc#1238848):
|
||||
* fix(74nvmf): make sure autoconnect script is run at least once
|
||||
* fix(74nvmf): only set netroot if it's yet empty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 12 07:16:15 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.696.g950c4798
|
||||
mtime: 1754982429
|
||||
commit: 950c4798c595224cc0db6cbb561e4b3063c2040b
|
||||
version: 059+suse.700.g40f7c5c4
|
||||
mtime: 1758287237
|
||||
commit: 40f7c5c4afb83854c276a56292e21aba11b4bedb
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.696.g950c4798
|
||||
Version: 059+suse.700.g40f7c5c4
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
License: GPLv2+ and LGPLv2+ and GPLv2
|
||||
|
||||
Reference in New Issue
Block a user