diff --git a/.files b/.files index 8013145..ed8a82b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index ee72d49..5432079 100644 --- a/.rev +++ b/.rev @@ -2314,4 +2314,12 @@ and stuff that has no relevance to the end user (i.e CI related commits) (forwar 1145520 + + 90f1bbca0817948ff4efb3bce98f39bd + 059+suse.554.g6144bf71 + + anag+factory + + 1146360 + diff --git a/README.susemaint b/README.susemaint index 95e7441..98c43d1 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 18614ec..fe84411 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 120000 index df2a461..0000000 --- a/dracut-059+suse.549.gc9f63878.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifdbytkrbbucaidgsfgxe2pfrdo5d4rmxdlzpzmmj2dmnmqb4tgl4 \ No newline at end of file diff --git a/dracut-059+suse.554.g6144bf71.obscpio b/dracut-059+suse.554.g6144bf71.obscpio new file mode 120000 index 0000000..c663928 --- /dev/null +++ b/dracut-059+suse.554.g6144bf71.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeicvbzbr4enz5hmxezrgsvwhse7pt7v235kipxv356r5gasvwyvati \ No newline at end of file diff --git a/dracut.changes b/dracut.changes index 36ec2c5..5e22b6c 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +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 - Update to version 059+suse.549.gc9f63878: diff --git a/dracut.obsinfo b/dracut.obsinfo index 47d0a20..e040b6a 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 7d3012f..33d076e 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