diff --git a/python-astropy.changes b/python-astropy.changes index e10513c..ffeae4a 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 8 22:41:32 UTC 2020 - Benjamin Greiner <code@bnavigator.de> + +- OBS thinks the test flavor creates a build-cycle. Reintroduce + the pseudo package suffix. + ------------------------------------------------------------------- Sat Nov 28 21:28:47 UTC 2020 - Benjamin Greiner <code@bnavigator.de> diff --git a/python-astropy.spec b/python-astropy.spec index 88a7591..e24386f 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -19,8 +19,10 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %bcond_without test +%define psuffix -test %else %bcond_with test +%define psuffix %{nil} %endif %define binaries fitsdiff fitsheader fitscheck fitsinfo fits2bitmap samp_hub showtable volint wcslint @@ -36,7 +38,7 @@ %define skip_python2 1 # upcoming python3 multiflavor: minimum supported python is 3.7 %define skip_python36 1 -Name: python-astropy +Name: python-astropy%{psuffix} Version: 4.2 Release: 0 Summary: Community-developed python astronomy tools