- Fix Leap 42.3 build by moving Name above lua code expansion

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=36
This commit is contained in:
Tomáš Chvátal 2018-08-29 08:07:03 +00:00 committed by Git OBS Bridge
parent a3c07faa5f
commit 69985b1d5a
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 08:02:35 UTC 2018 - tchvatal@suse.com
- Fix Leap 42.3 build by moving Name above lua code expansion
-------------------------------------------------------------------
Sat Aug 11 16:28:16 UTC 2018 - arun@gmx.de

View File

@ -24,6 +24,11 @@
%else
%bcond_with test
%endif
%if %{with test}
Name: python-setuptools_scm-%{flavor}
%else
Name: python-setuptools_scm
%endif
Version: 3.1.0
Release: 0
Summary: Python setuptools handler for SCM tags
@ -37,11 +42,6 @@ BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch
%if %{with test}
Name: python-setuptools_scm-%{flavor}
%else
Name: python-setuptools_scm
%endif
%if %{with test}
# Testing requirements
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}