diff --git a/spdk.spec b/spdk.spec index cc96a74380028dab5b987da90efc19a9592f6f38..b602ef5c250bd4e34092ecc2e9f10c076dbcf712 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