!12 [sync] PR-9: 修复mom包中python3路径错误

From: @openeuler-sync-bot 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-03-14 02:28:22 +00:00 committed by Gitee
commit d97a1e55c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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