15
0

- Use psuffix properly to not override src packages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-set?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-01-17 09:42:23 +00:00
committed by Git OBS Bridge
parent 0ce60e6056
commit 8e84692f6f
2 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python
# spec file for package python-ordered-set
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@@ -28,7 +28,7 @@
%define psuffix %{nil}
%bcond_with test
%endif
Name: python-%{short_name}
Name: python-%{short_name}%{psuffix}
Version: 3.1.1
Release: 0
Summary: Custom MutableSet that remembers its order