From 6243c48b52bc5917ad2dc2258ef0c669fcaebd208599437ac9df5d33d9fe4535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 31 Jan 2020 09:06:42 +0000 Subject: [PATCH] Accepting request 768957 from home:StefanBruens:branches:openSUSE:Factory - 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) OBS-URL: https://build.opensuse.org/request/show/768957 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flaky?expand=0&rev=11 --- python-flaky.changes | 8 ++++++++ python-flaky.spec | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) 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