diff --git a/spdk.spec b/spdk.spec index 97731613d4f76db244c2be3aab6bdeba31149455..701e773041caa5050be511b73e571f621374dafe 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 21.01.1 -Release: 11 +Release: 12 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -41,6 +41,7 @@ Patch29: 0029-Enable-unittest-in-make-check.patch Patch30: 0030-nvme_ctrlr_abort_queued_aborts-Segmentation-fault-oc.patch Patch31: 0031-Fix-UAF-in-STAILQ_FOREACH.patch Patch32: 0032-spdk-upgrade-ocf-lib-and-ocf-bdev-to-latest-SPDK-22.patch +Patch33: 0033-SPDK-enable-xcache.patch %define package_version %{version}-%{release} @@ -217,6 +218,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Thu Jan 19 2023 shikemeng - 21.01.1-12 +- Fix compile error that "undefined reference to spdk_backdev_submit_io" + * Thu Jan 12 2023 shikemeng - 21.01.1-11 - enable xcache