diff --git a/python-flaky.changes b/python-flaky.changes index 560738e..f6eccb7 100644 --- a/python-flaky.changes +++ b/python-flaky.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 31 01:54:06 UTC 2020 - Stefan Brüns + +- Add required suffix to package name for test package. Although + no binary package is created, the OBS blocks any dependent + packages until also the test package has been built (Giveaway: + main and test flavor create the same .src.rpm) + ------------------------------------------------------------------- Thu Sep 12 12:33:03 UTC 2019 - Tomáš Chvátal diff --git a/python-flaky.spec b/python-flaky.spec index 57dec83..6e13bc3 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -22,10 +22,9 @@ %define psuffix -test %bcond_without test %else -%define psuffix %{nil} %bcond_with test %endif -Name: python-flaky +Name: python-flaky%{?psuffix} Version: 3.6.1 Release: 0 Summary: Plugin for nose or py.test that automatically reruns flaky tests