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 Name: spdk
Version: 21.01 Version: 21.01
Release: 6 Release: 7
Summary: Set of libraries and utilities for high performance user-mode storage Summary: Set of libraries and utilities for high performance user-mode storage
License: BSD and MIT License: BSD and MIT
URL: http://spdk.io URL: http://spdk.io
@ -174,6 +174,7 @@ mkdir -p %{install_docdir}
mv doc/output/html/ %{install_docdir} mv doc/output/html/ %{install_docdir}
%endif %endif
%chrpath_delete
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
@ -209,6 +210,9 @@ mv doc/output/html/ %{install_docdir}
%changelog %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 * Fri Feb 03 2023 Hongtao Zhang <zhanghongtao22@huawei.com> - 21.01-6
- Add setup.sh scripts during installation - Add setup.sh scripts during installation