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:
Steve Kowalik 2019-12-01 23:22:43 +00:00 committed by Git OBS Bridge
parent 441063e13b
commit 248e3eddf1
2 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -21,13 +21,13 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define test 1
%define suffix -test
%define pkg_suffix -test
%bcond_without test
%else
%define suffix %{nil}
%define pkg_suffix %{nil}
%bcond_with test
%endif
Name: python-tqdm%{suffix}
Name: python-tqdm%{pkg_suffix}
Version: 4.39.0
Release: 0
Summary: An extensible progress meter