From 25ef4a4c8820ad401efd451a451d1e666bc450d35b7f464d780f855377b1c76e Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 21 Sep 2022 07:46:57 +0000 Subject: [PATCH] - Fix multibuild with flavor global OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=23 --- python-rpyc.changes | 5 +++++ python-rpyc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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