Fix build check rpaths error

This commit is contained in:
Hongtao Zhang 2023-11-25 17:27:41 +08:00
parent 41882f213a
commit ee7fe5ed58

View File

@ -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 <zhanghongtao22@huawei.com> - 21.01-7
- Fix build check rpaths error
* Fri Feb 03 2023 Hongtao Zhang <zhanghongtao22@huawei.com> - 21.01-6
- Add setup.sh scripts during installation