Accepting request 1146226 from home:afeijoo:branches:openSUSE:Factory
- Update to version 059+suse.552.g4610ef1b: * fix(dracut-util): do not call `strcmp` if the `value` argument is NULL (bsc#1219841) OBS-URL: https://build.opensuse.org/request/show/1146226 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=522
This commit is contained in:
parent
b147296102
commit
ffec99c16b
@ -325,6 +325,7 @@ PR Commit message
|
||||
2560 feat(resume): do not attempt to install systemd-hibernate-resume@.service
|
||||
2593 fix(dracut.sh): do not add device if find_block_device returns an error
|
||||
2593 feat(dracut.sh): protect push_host_devs function
|
||||
2607 fix(dracut-util): do not call strcmp if the value argument is NULL
|
||||
2607 fix(dracut): correct regression with multiple `rd.break=` options
|
||||
2611 fix(livenet): propagate error code
|
||||
2611 fix(livenet): check also `content-length` from live image header
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">33ceecf9f7f834e77c55b91139d082abdae306c0</param></service></servicedata>
|
||||
<param name="changesrevision">258a669b99b77ef33b706f1670ba38c7af58c5ba</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b235b19d796dbd68fcce2de35061c8b2806e1dd27c32b190b02c1db2ebf1bf00
|
||||
size 2120204
|
3
dracut-059+suse.552.g4610ef1b.obscpio
Normal file
3
dracut-059+suse.552.g4610ef1b.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae784d69196ce926a2af8e1ae71971c9db0fcbc9c326220f2292cbebe7b53106
|
||||
size 2120204
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 16:00:01 UTC 2024 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.552.g4610ef1b:
|
||||
* fix(dracut-util): do not call `strcmp` if the `value` argument is NULL (bsc#1219841)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 09 19:46:23 UTC 2024 - antonio.feijoo@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.549.gc9f63878
|
||||
mtime: 1707507925
|
||||
commit: c9f6387889ab4c082d1748c7fd38ab21e1734f76
|
||||
version: 059+suse.552.g4610ef1b
|
||||
mtime: 1707753521
|
||||
commit: 4610ef1ba1cf3a32d731f130af92c02feaa0074f
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.549.gc9f63878
|
||||
Version: 059+suse.552.g4610ef1b
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
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