From 1bc96c62a499e2fc966706c25d4eb05a9938d0d9 Mon Sep 17 00:00:00 2001 From: foolstrong Date: Fri, 18 Jul 2025 03:39:15 +0000 Subject: [PATCH] add readme --- readme | 1 + spdk.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..b56fd0a --- /dev/null +++ b/readme @@ -0,0 +1 @@ +This branch support only HSAK feature(https://gitee.com/src-openeuler/hsak) and don't support open source SPDK function, if you want use it, please go to openEuler-24.03-LTS-SP1 diff --git a/spdk.spec b/spdk.spec index d69b0e7..3a6a3ff 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 24.01 -Release: 10 +Release: 11 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -203,6 +203,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Fri Jul 18 2025 wangzhiqiang - 24.01-11 +- add readme + * Thu Jul 3 2025 wangzhiqiang - 24.01-10 - enable app -- Gitee