Sync from SUSE:SLFO:1.1 dracut revision 82ca2317e7d5a40fe6eda3c1743754ff
This commit is contained in:
@@ -12,6 +12,7 @@ branch. Currently, these active maintenance branches are:
|
||||
- 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.1_Update -> SL Micro 6.1
|
||||
- SLFO_Main -> SUSE Linux Framework One
|
||||
- SUSE/059 -> Tumbleweed
|
||||
|
||||
@@ -368,3 +369,10 @@ d0c82322 fix(dracut): do not add all lib subdirs to `LD_LIBRARY_PATH` with `--sy
|
||||
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
|
||||
d2ade8a6 fix(dm): remove 59-persistent-storage-dm.rules
|
||||
c79fc8fd fix(dracut): rework timeout for devices added via --mount and --add-device
|
||||
cc2c48a0 fix(iscsi): don't require network setup for bnx2i
|
||||
f30cf46e fix(iscsi): attempt iSCSI login before all interfaces are up
|
||||
3d5bab81 fix(iscsi): don't require network setup for qedi
|
||||
fcde3355 fix(iscsi): make sure services are shut down when switching root
|
||||
c6906fea fix(dmsquash-live): do not check ISO md5 if image filesystem
|
||||
|
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">SL-Micro-6.1_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">1d9b146a98407d3eb2acb9ec423d78ca1c3e1b34</param></service></servicedata>
|
||||
<param name="changesrevision">a19572c61387b93b334e80715fc0daaa377ce49d</param></service></servicedata>
|
BIN
dracut-059+suse.607.g2d95edb5.obscpio
(Stored with Git LFS)
BIN
dracut-059+suse.607.g2d95edb5.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
dracut-059+suse.631.ga638ed12.obscpio
(Stored with Git LFS)
Normal file
BIN
dracut-059+suse.631.ga638ed12.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 06:13:58 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.631.ga638ed12:
|
||||
* fix(dmsquash-live): do not check ISO md5 if image filesystem (bsc#1240919)
|
||||
* fix(nfs): set correct ownership of rpc.statd state directories (bsc#1217885)
|
||||
* perf(nfs): remove references to old rpcbind state dir
|
||||
* fix(nfs): libnfsidmap plugins not added in some distributions
|
||||
* fix(dracut.spec): move znet to the main package (bsc#1239632)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 07 15:38:12 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.623.gf9a73df5:
|
||||
* fix(iscsi): make sure services are shut down when switching root (bsc#1237695)
|
||||
* fix(iscsi): don't require network setup for qedi
|
||||
* fix(network-legacy): do not require pgrep when using wicked (bsc#1236982)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 21 14:21:27 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.617.gb2c1d974:
|
||||
|
||||
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
|
||||
|
||||
Other:
|
||||
* fix(dracut): rework timeout for devices added via --mount and --add-device (bsc#1231792)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 04 13:35:01 UTC 2024 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.610.g850d981a:
|
||||
* fix(dm): remove 59-persistent-storage-dm.rules (bsc#1232063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 12:28:26 UTC 2024 - antonio.feijoo@suse.com
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.607.g2d95edb5
|
||||
mtime: 1726233905
|
||||
commit: 2d95edb5021adfd33569c76bea8bffdc7390b178
|
||||
version: 059+suse.631.ga638ed12
|
||||
mtime: 1744380797
|
||||
commit: a638ed12735ff84e3d3f2c7addc586b0f205e673
|
||||
|
@@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.607.g2d95edb5
|
||||
Version: 059+suse.631.ga638ed12
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
License: GPLv2+ and LGPLv2+ and GPLv2
|
||||
@@ -279,8 +279,8 @@ fi
|
||||
%ifarch s390 s390x
|
||||
# RH-specific s390 modules, we take another approach
|
||||
%{dracutlibdir}/modules.d/95dasd
|
||||
%{dracutlibdir}/modules.d/95dasd_mod
|
||||
%{dracutlibdir}/modules.d/95zfcp
|
||||
%{dracutlibdir}/modules.d/95znet
|
||||
%endif
|
||||
|
||||
%files
|
||||
@@ -429,7 +429,6 @@ fi
|
||||
%endif
|
||||
%{dracutlibdir}/modules.d/95cifs
|
||||
%ifarch s390 s390x
|
||||
%{dracutlibdir}/modules.d/95dasd_mod
|
||||
%{dracutlibdir}/modules.d/95dcssblk
|
||||
%endif
|
||||
%{dracutlibdir}/modules.d/95debug
|
||||
@@ -448,6 +447,9 @@ fi
|
||||
%{dracutlibdir}/modules.d/95udev-rules
|
||||
%{dracutlibdir}/modules.d/95virtfs
|
||||
%{dracutlibdir}/modules.d/95virtiofs
|
||||
%ifarch s390 s390x
|
||||
%{dracutlibdir}/modules.d/95znet
|
||||
%endif
|
||||
%{dracutlibdir}/modules.d/97biosdevname
|
||||
%ifarch %ix86
|
||||
%exclude %{dracutlibdir}/modules.d/96securityfs
|
||||
|
Reference in New Issue
Block a user