Accepting request 752569 from home:dimstar:Factory
- Don't use RPM internal/reserved name %suffix (change to pkg_suffix). Fix build with RPM 4.15 See https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:N/python-tqdm/standard/x86_64 OBS-URL: https://build.opensuse.org/request/show/752569 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=57
This commit is contained in:
parent
441063e13b
commit
248e3eddf1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 30 12:23:06 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Don't use RPM internal/reserved name %suffix (change to
|
||||||
|
pkg_suffix).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 24 00:13:41 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sun Nov 24 00:13:41 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define test 1
|
%define test 1
|
||||||
%define suffix -test
|
%define pkg_suffix -test
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%else
|
%else
|
||||||
%define suffix %{nil}
|
%define pkg_suffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-tqdm%{suffix}
|
Name: python-tqdm%{pkg_suffix}
|
||||||
Version: 4.39.0
|
Version: 4.39.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extensible progress meter
|
Summary: An extensible progress meter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user