Sync from SUSE:ALP:Source:Standard:1.0 dracut revision 7a1fb3ea9b1f0a3c2e753d5e64b31260
This commit is contained in:
parent
076561b2e0
commit
0687d9cbe0
@ -334,4 +334,5 @@ PR Commit message
|
|||||||
2614 fix(dracut-systemd): replace `rd.udev.log-priority` with `rd.udev.log_level`
|
2614 fix(dracut-systemd): replace `rd.udev.log-priority` with `rd.udev.log_level`
|
||||||
2618 fix(i18n): handle keymap includes with `--sysroot`
|
2618 fix(i18n): handle keymap includes with `--sysroot`
|
||||||
2618 fix(dracut-init.sh): handle decompress with `--sysroot`
|
2618 fix(dracut-init.sh): handle decompress with `--sysroot`
|
||||||
|
2630 fix(zfcp_rules): correct shellcheck regression when parsing ccw args
|
||||||
|
|
||||||
|
@ -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">28c6935360b70a56c3b339117a43314c062c1a3f</param></service></servicedata>
|
<param name="changesrevision">4d203e0423d5ae54db94788aca7c9f31240b9bbb</param></service></servicedata>
|
BIN
dracut-059+suse.554.g6144bf71.obscpio
(Stored with Git LFS)
BIN
dracut-059+suse.554.g6144bf71.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
dracut-059+suse.557.g8a62bf73.obscpio
(Stored with Git LFS)
Normal file
BIN
dracut-059+suse.557.g8a62bf73.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 08:05:09 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
- Update to version 059+suse.557.g8a62bf73:
|
||||||
|
* fix(zfcp_rules): correct shellcheck regression when parsing ccw args (bsc#1220485)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 10:42:38 UTC 2024 - antonio.feijoo@suse.com
|
Tue Feb 13 10:42:38 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
version: 059+suse.554.g6144bf71
|
version: 059+suse.557.g8a62bf73
|
||||||
mtime: 1707820908
|
mtime: 1709107404
|
||||||
commit: 6144bf71326b3a2c93882cc0c909c4931241e424
|
commit: 8a62bf7337c9d1960daa96db64b1af92b8dfbd8e
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 059+suse.554.g6144bf71
|
Version: 059+suse.557.g8a62bf73
|
||||||
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…
Reference in New Issue
Block a user