- Add the package suffix to Name to have multibuild work correctly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semantic_version?expand=0&rev=17
This commit is contained in:
Steve Kowalik 2021-12-10 07:02:24 +00:00 committed by Git OBS Bridge
parent b533495276
commit 56ec0825f0
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 10 07:01:40 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add the package suffix to Name to have multibuild work correctly.
-------------------------------------------------------------------
Mon Dec 6 07:58:52 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-semantic_version
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -25,7 +25,7 @@
%define psuffix %{nil}
%bcond_with test
%endif
Name: python-semantic_version
Name: python-semantic_version%{psuffix}
Version: 2.8.5
Release: 0
Summary: A library implementing the 'SemVer' scheme