From ee7fe5ed58f7f8e26b91f3e3973c61f5d62763f6 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sat, 25 Nov 2023 17:27:41 +0800 Subject: [PATCH] Fix build check rpaths error --- spdk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spdk.spec b/spdk.spec index 2e5ddea..8e7a0ab 100644 --- a/spdk.spec +++ b/spdk.spec @@ -4,7 +4,7 @@ Name: spdk Version: 21.01 -Release: 6 +Release: 7 Summary: Set of libraries and utilities for high performance user-mode storage License: BSD and MIT URL: http://spdk.io @@ -174,6 +174,7 @@ mkdir -p %{install_docdir} mv doc/output/html/ %{install_docdir} %endif +%chrpath_delete %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -209,6 +210,9 @@ mv doc/output/html/ %{install_docdir} %changelog +* Sat Nov 25 2023 Hongtao Zhang - 21.01-7 +- Fix build check rpaths error + * Fri Feb 03 2023 Hongtao Zhang - 21.01-6 - Add setup.sh scripts during installation -- Gitee