Sync from SUSE:SLFO:Main dracut revision b612416b405e27897a0c3ace37e5a9a9
This commit is contained in:
parent
0d903d82d7
commit
26dbb31a76
@ -10,7 +10,9 @@ branch. Currently, these active maintenance branches are:
|
|||||||
- SUSE/049 -> SLE 15 SP2, SLE 15 SP3
|
- SUSE/049 -> SLE 15 SP2, SLE 15 SP3
|
||||||
- SUSE/055 -> SLE 15 SP4
|
- SUSE/055 -> SLE 15 SP4
|
||||||
- SLE-15-SP5_Update -> SLE 15 SP5 (based on SUSE/055 plus some specific patches)
|
- SLE-15-SP5_Update -> SLE 15 SP5 (based on SUSE/055 plus some specific patches)
|
||||||
|
- SLE-15-SP6_Update -> SLE 15 SP6
|
||||||
- SL-Micro-6.0_Update -> SL Micro 6.0
|
- SL-Micro-6.0_Update -> SL Micro 6.0
|
||||||
|
- SLFO_Main -> SUSE Linux Framework One
|
||||||
- SUSE/059 -> Tumbleweed
|
- SUSE/059 -> Tumbleweed
|
||||||
|
|
||||||
Rules:
|
Rules:
|
||||||
@ -358,4 +360,6 @@ b5a35f9d feat(zfcp_rules): remove zfcp handling consolidated in s390-tools
|
|||||||
457e66e6 feat(ifcfg): minimize s390-specific network configuration aspects
|
457e66e6 feat(ifcfg): minimize s390-specific network configuration aspects
|
||||||
3fd43858 fix(mdraid): try to assemble the missing raid device
|
3fd43858 fix(mdraid): try to assemble the missing raid device
|
||||||
61ab3386 feat(crypt): force the inclusion of crypttab entries with x-initrd.attach
|
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`
|
||||||
|
@ -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">021020a3d01bb34232146a5f5613683c27afadcd</param></service></servicedata>
|
<param name="changesrevision">bd1dd430fdce702a50f399fb5e0ece5d2fc2d89d</param></service></servicedata>
|
BIN
dracut-059+suse.586.ge0294756.obscpio
(Stored with Git LFS)
BIN
dracut-059+suse.586.ge0294756.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
dracut-059+suse.598.g824fcff4.obscpio
(Stored with Git LFS)
Normal file
BIN
dracut-059+suse.598.g824fcff4.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 23 07:09:50 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
- Update to version 059+suse.598.g824fcff4:
|
||||||
|
* fix(dracut): ldd output borked with `--sysroot` (bsc#1228659)
|
||||||
|
* feat(systemd*): include systemd config files from /usr/lib/systemd (bsc#1228398)
|
||||||
|
* fix(dracut-functions.sh): only return block devices from get_persistent_dev
|
||||||
|
* fix(convertfs): shellcheck
|
||||||
|
* fix(convertfs): error in conditional expressions (bsc#1228847)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 08 10:29:40 UTC 2024 - antonio.feijoo@suse.com
|
Mon Jul 08 10:29:40 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
version: 059+suse.586.ge0294756
|
version: 059+suse.598.g824fcff4
|
||||||
mtime: 1719919781
|
mtime: 1724228698
|
||||||
commit: e029475601f44a066ae151ba0faf9bddcdbfdb1b
|
commit: 824fcff4db818d162a6e4f41d2bc201b369ae6bf
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 059+suse.586.ge0294756
|
Version: 059+suse.598.g824fcff4
|
||||||
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