fix wrong python3 intepreter path

(cherry picked from commit 9759fb73130319c4e20970448cafc7b24f2e2cd9)
This commit is contained in:
wangdi 2023-03-13 17:57:00 +08:00 committed by openeuler-sync-bot
parent 18a23543bb
commit 37b5300e05

View File

@ -5,7 +5,7 @@
Name: mom
Version: 0.6.2
Release: 1
Release: 2
Summary: Dynamically manage system resources on virtualization hosts
License: GPLv2
@ -46,7 +46,7 @@ designed to accommodate new mechanisms such as cgroups.
%build
%configure \
PYTHON="python3" \
PYTHON="%{__python3}" \
--docdir="%{_pkgdocdir}"
make %{?_smp_mflags}
@ -87,6 +87,9 @@ make check %{?_smp_mflags}
%{python3_sitelib}/mom/
%changelog
* Mon Mar 13 2023 wangdi <wangdi@kylinos.cn> - 0.6.2-2
- Fix wrong python3 intepreter path
* Tue Mar 15 2022 wangdi <wangdi@kylinos.cn> - 0.6.2-1
- Bump version to 0.6.2