Merge pull request #18160 from taosdata/fix/release_of_CentOS
fix/release of CentOS about rpm packing can find python3
This commit is contained in:
commit
23ef812be0
|
@ -2,6 +2,7 @@
|
||||||
%define userlocalpath /usr/local
|
%define userlocalpath /usr/local
|
||||||
%define cfg_install_dir /etc/taos
|
%define cfg_install_dir /etc/taos
|
||||||
%define __strip /bin/true
|
%define __strip /bin/true
|
||||||
|
%global __python /usr/bin/python3
|
||||||
|
|
||||||
Name: tdengine
|
Name: tdengine
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
|
|
Loading…
Reference in New Issue