- Move the Name declaration above BR with LUA expansion as it won't
get expanded in time for older codestreams otherwise and result in issue like "Package does not exist: %files -n python-%name" OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=93
This commit is contained in:
parent
fba4c48607
commit
5778abe508
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 27 15:24:52 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Move the Name declaration above BR with LUA expansion as it won't
|
||||||
|
get expanded in time for older codestreams otherwise and result
|
||||||
|
in issue like "Package does not exist: %files -n python-%name"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 15 12:38:40 UTC 2018 - mcepl@suse.com
|
Wed Aug 15 12:38:40 UTC 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,11 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
%if !%{with test}
|
||||||
|
Name: python-pbr
|
||||||
|
%else
|
||||||
|
Name: python-pbr-%{flavor}
|
||||||
|
%endif
|
||||||
Version: 4.1.1
|
Version: 4.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Build Reasonableness
|
Summary: Python Build Reasonableness
|
||||||
@ -39,11 +43,6 @@ Requires(post): update-alternatives
|
|||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Obsoletes: python-pbr-doc
|
Obsoletes: python-pbr-doc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if !%{with test}
|
|
||||||
Name: python-pbr
|
|
||||||
%else
|
|
||||||
Name: python-pbr-%{flavor}
|
|
||||||
%endif
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Sphinx >= 1.6.2}
|
BuildRequires: %{python_module Sphinx >= 1.6.2}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
Loading…
Reference in New Issue
Block a user