From 37b5300e05fdcf4fec4f1448576b4f1943504ef8 Mon Sep 17 00:00:00 2001 From: wangdi Date: Mon, 13 Mar 2023 17:57:00 +0800 Subject: [PATCH] fix wrong python3 intepreter path (cherry picked from commit 9759fb73130319c4e20970448cafc7b24f2e2cd9) --- mom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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