- Update to version 059+suse.672.gcd143fd0:
* fix(dracut): rework timeout for devices added via --mount and --add-device (bsc#1231792) OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=551
This commit is contained in:
parent
7aa11a75d5
commit
cec5e1649a
@ -388,3 +388,4 @@ a1c51af1 fix(dracut): don't apply aggressive strip to kernel modules
|
|||||||
ad36b61e fix(dracut.sh): omit compressed kernel modules from find searching exec files
|
ad36b61e fix(dracut.sh): omit compressed kernel modules from find searching exec files
|
||||||
bfa00c2a fix(pcsc): add libpcsclite_real.so.*
|
bfa00c2a fix(pcsc): add libpcsclite_real.so.*
|
||||||
0df92885 fix(systemd-tmpfiles): copy 20-systemd-stub.conf into the initrd
|
0df92885 fix(systemd-tmpfiles): copy 20-systemd-stub.conf into the initrd
|
||||||
|
c79fc8fd fix(dracut): rework timeout for devices added via --mount and --add-device
|
||||||
|
@ -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">4a31103183e58c13a61c1a3adf5af8e57e84a34a</param></service></servicedata>
|
<param name="changesrevision">0dd3f2bcf2139dc2a85b770972b40bb261695a05</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c43a1a5c23a5530bfe38b8a05789237114d743d705a5ae5209bdc1cadbf39e51
|
|
||||||
size 2128908
|
|
3
dracut-059+suse.672.gcd143fd0.obscpio
Normal file
3
dracut-059+suse.672.gcd143fd0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9c8c7192a6f07719b3f795981e811f91eaa82d10d6dded00950c17f9c3194e7
|
||||||
|
size 2129932
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 07 14:21:37 UTC 2025 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
- Update to version 059+suse.672.gcd143fd0:
|
||||||
|
* fix(dracut): rework timeout for devices added via --mount and --add-device (bsc#1231792)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 15:49:33 UTC 2024 - antonio.feijoo@suse.com
|
Wed Dec 11 15:49:33 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
version: 059+suse.669.g60f5981b
|
version: 059+suse.672.gcd143fd0
|
||||||
mtime: 1733916633
|
mtime: 1736259602
|
||||||
commit: 60f5981b9f46541c96d0955b5553da2eaba6dc2c
|
commit: cd143fd012f91e24e92e04b0be53bc658a253ec0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dracut
|
# spec file for package dracut
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 059+suse.669.g60f5981b
|
Version: 059+suse.672.gcd143fd0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Event driven initramfs infrastructure
|
Summary: Event driven initramfs infrastructure
|
||||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
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