!20 [sync] PR-19: fixed rpmbuild error by set _python use python3
From: @openeuler-sync-bot Reviewed-by: @liuzhiqiang26 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
afe073b7e1
@ -1,9 +1,10 @@
|
|||||||
# Build documentation package
|
# Build documentation package
|
||||||
%bcond_with doc
|
%bcond_with doc
|
||||||
|
%global __python %{__python3}
|
||||||
|
|
||||||
Name: spdk
|
Name: spdk
|
||||||
Version: 21.01
|
Version: 21.01
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -169,6 +170,9 @@ mv doc/output/html/ %{install_docdir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 29 2021 jeffery.Gao <gaojianxing@huawei.com> - 21.01-3
|
||||||
|
- set __python use python3 to avoid rpm build failed.
|
||||||
|
|
||||||
* Thu Apr 29 2021 Shihao Sun <sunshihao@huawei.com> - 21.01-2
|
* Thu Apr 29 2021 Shihao Sun <sunshihao@huawei.com> - 21.01-2
|
||||||
- use --without-isal to avoid build failed issue in arm
|
- use --without-isal to avoid build failed issue in arm
|
||||||
* Thu Feb 4 2021 Shihao Sun <sunshihao@huawei.com> - 21.01-1
|
* Thu Feb 4 2021 Shihao Sun <sunshihao@huawei.com> - 21.01-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user