Accepting request 1225860 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1225860 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=233
This commit is contained in:
commit
bb9c8fadc2
@ -383,3 +383,7 @@ d0c82322 fix(dracut): do not add all lib subdirs to `LD_LIBRARY_PATH` with `--sy
|
|||||||
41332702 fix(nvmf): require NVMeoF modules
|
41332702 fix(nvmf): require NVMeoF modules
|
||||||
3748ed4d fix(nvmf): install (only) required nvmf modules
|
3748ed4d fix(nvmf): install (only) required nvmf modules
|
||||||
d2ade8a6 fix(dm): remove 59-persistent-storage-dm.rules
|
d2ade8a6 fix(dm): remove 59-persistent-storage-dm.rules
|
||||||
|
3e1d0bc1 fix(dracut-install): copy xattr when use clone ioctl
|
||||||
|
a1c51af1 fix(dracut): don't apply aggressive strip to kernel modules
|
||||||
|
ad36b61e fix(dracut.sh): omit compressed kernel modules from find searching exec files
|
||||||
|
bfa00c2a fix(pcsc): add libpcsclite_real.so.*
|
||||||
|
@ -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">68965f98b9e418b36bb3594186a9ba16bf417b97</param></service></servicedata>
|
<param name="changesrevision">721fccd2a4517d7a1cf86838b6496339c6458e4c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c80a02a5ab2ac173836d8b64f790081c8ceef12ad33751fa26e0ec5aad320f11
|
|
||||||
size 2125324
|
|
3
dracut-059+suse.665.gd2af7028.obscpio
Normal file
3
dracut-059+suse.665.gd2af7028.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9dcf31585bfd03a842f9539a2a3a0f058969070a9952d6e2fcbf47e0b7752a43
|
||||||
|
size 2128908
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 16:11:28 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
- Update to version 059+suse.665.gd2af7028:
|
||||||
|
* feat(systemd-coredump): save coredumps to journal
|
||||||
|
* fix(suse-initrd): shellcheck SC1007
|
||||||
|
* fix(pcsc): add libpcsclite_real.so.*
|
||||||
|
* fix(dracut-systemd): use expected PS1 in the emergency shell
|
||||||
|
* fix(dracut-systemd): unquote systemd conf strings
|
||||||
|
* feat: add header comment to generators
|
||||||
|
* refactor: change TimeoutSec=0 to TimeoutSec=infinity
|
||||||
|
* fix(dracut.sh): do not add cmdline for force_drivers if --kernel-only
|
||||||
|
* fix(btrfs): write cmdline in install()
|
||||||
|
* fix(dracut.sh): omit compressed kernel modules from find searching exec files
|
||||||
|
* fix(dracut): don't apply aggressive strip to kernel modules
|
||||||
|
* fix(dracut-install): copy xattr when use clone ioctl
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 04 12:15:05 UTC 2024 - antonio.feijoo@suse.com
|
Mon Nov 04 12:15:05 UTC 2024 - antonio.feijoo@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
version: 059+suse.651.gc186c6a8
|
version: 059+suse.665.gd2af7028
|
||||||
mtime: 1730722295
|
mtime: 1730910135
|
||||||
commit: c186c6a88260f2d9a98d8db22441086e01b484ad
|
commit: d2af702867555a0c2765c57a2bf48e52f7eed51c
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 059+suse.651.gc186c6a8
|
Version: 059+suse.665.gd2af7028
|
||||||
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