Fix conditions when to enanle tests and when not.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=90
This commit is contained in:
Matej Cepl 2018-08-15 12:39:16 +00:00 committed by Git OBS Bridge
parent 7830cda8ef
commit 071aacf204
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 15 12:38:40 UTC 2018 - mcepl@suse.com
- Fix conditions when to enanle tests and when not.
-------------------------------------------------------------------
Mon Aug 6 10:03:48 UTC 2018 - tchvatal@suse.com

View File

@ -20,8 +20,10 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%bcond_without test
%endif
%else
%bcond_with test
%endif
Version: 4.1.1
Release: 0
Summary: Python Build Reasonableness