diff --git a/python-rpyc.changes b/python-rpyc.changes index 4e7b5ed..261b856 100644 --- a/python-rpyc.changes +++ b/python-rpyc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 21 07:46:06 UTC 2022 - Daniel Garcia + +- Fix multibuild with flavor global + ------------------------------------------------------------------- Tue Sep 20 16:44:42 UTC 2022 - Daniel Garcia diff --git a/python-rpyc.spec b/python-rpyc.spec index 0d21a69..21457c5 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global flavor %{nil} +%global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test %bcond_without test