!12 [sync] PR-9: 修复mom包中python3路径错误
From: @openeuler-sync-bot Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
d97a1e55c0
7
mom.spec
7
mom.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: mom
|
Name: mom
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Dynamically manage system resources on virtualization hosts
|
Summary: Dynamically manage system resources on virtualization hosts
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -46,7 +46,7 @@ designed to accommodate new mechanisms such as cgroups.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
PYTHON="python3" \
|
PYTHON="%{__python3}" \
|
||||||
--docdir="%{_pkgdocdir}"
|
--docdir="%{_pkgdocdir}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -87,6 +87,9 @@ make check %{?_smp_mflags}
|
|||||||
%{python3_sitelib}/mom/
|
%{python3_sitelib}/mom/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 15 2022 wangdi <wangdi@kylinos.cn> - 0.6.2-1
|
||||||
- Bump version to 0.6.2
|
- Bump version to 0.6.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user