diff --git a/README.susemaint b/README.susemaint index 7f341d7..8016d33 100644 --- a/README.susemaint +++ b/README.susemaint @@ -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 diff --git a/_servicedata b/_servicedata index c0d65c9..1e86a11 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/opensuse/dracut.git - 33ceecf9f7f834e77c55b91139d082abdae306c0 \ No newline at end of file + 28c6935360b70a56c3b339117a43314c062c1a3f \ No newline at end of file diff --git a/dracut-059+suse.549.gc9f63878.obscpio b/dracut-059+suse.549.gc9f63878.obscpio deleted file mode 100644 index 3d7ea95..0000000 --- a/dracut-059+suse.549.gc9f63878.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b235b19d796dbd68fcce2de35061c8b2806e1dd27c32b190b02c1db2ebf1bf00 -size 2120204 diff --git a/dracut-059+suse.554.g6144bf71.obscpio b/dracut-059+suse.554.g6144bf71.obscpio new file mode 100644 index 0000000..3bb4174 --- /dev/null +++ b/dracut-059+suse.554.g6144bf71.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa9506e7c6b06393f546d794264d349dffbda16660145c8c40f744d65692a87 +size 2120204 diff --git a/dracut.changes b/dracut.changes index 3e04731..09de894 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 13 10:42:38 UTC 2024 - antonio.feijoo@suse.com + +- Update to version 059+suse.554.g6144bf71: + * fix(dracut.spec): update dracut-fips requirements (bsc#1219869) + +------------------------------------------------------------------- +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 diff --git a/dracut.obsinfo b/dracut.obsinfo index c2c04c2..90bed73 100644 --- a/dracut.obsinfo +++ b/dracut.obsinfo @@ -1,4 +1,4 @@ name: dracut -version: 059+suse.549.gc9f63878 -mtime: 1707507925 -commit: c9f6387889ab4c082d1748c7fd38ab21e1734f76 +version: 059+suse.554.g6144bf71 +mtime: 1707820908 +commit: 6144bf71326b3a2c93882cc0c909c4931241e424 diff --git a/dracut.spec b/dracut.spec index 93535d6..4b3de45 100644 --- a/dracut.spec +++ b/dracut.spec @@ -25,7 +25,7 @@ %endif Name: dracut -Version: 059+suse.549.gc9f63878 +Version: 059+suse.554.g6144bf71 Release: 0 Summary: Event driven initramfs infrastructure License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later @@ -81,9 +81,7 @@ NFS, iSCSI, NBD, FCoE. Summary: Dracut modules to build a dracut initramfs with an integrity check Group: System/Base Requires: %{name} = %{version}-%{release} -Requires: libcryptsetup12-hmac Requires: libkcapi-tools -Requires: libopenssl1_1-hmac %description fips This package requires everything which is needed to build an