diff --git a/mom.spec b/mom.spec index 7e2a4b8..62c687f 100644 --- a/mom.spec +++ b/mom.spec @@ -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 - 0.6.2-2 +- Fix wrong python3 intepreter path + * Tue Mar 15 2022 wangdi - 0.6.2-1 - Bump version to 0.6.2