From 05bab370becc6ad369bc7170acaf4b7585e22078eab939f5048baf35b062e732 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 3 Oct 2019 10:37:41 +0000 Subject: [PATCH] Accepting request 734770 from home:jayvdb:branches:devel:languages:python Add Conflicts: python-node-semver Add fdupes OBS-URL: https://build.opensuse.org/request/show/734770 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=15 --- python-semver.changes | 6 ++++++ python-semver.spec | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/python-semver.changes b/python-semver.changes index 3df22a2..6b02a80 100644 --- a/python-semver.changes +++ b/python-semver.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 3 10:08:21 UTC 2019 - John Vandenberg + +- Add Conflicts: python-node-semver +- Add fdupes + ------------------------------------------------------------------- Thu Jun 6 12:15:36 UTC 2019 - pgajdos@suse.com diff --git a/python-semver.spec b/python-semver.spec index 36151fa..bb117e7 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -29,7 +29,10 @@ URL: https://github.com/k-bx/python-semver Source: https://github.com/k-bx/python-semver/archive/%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +# See https://github.com/k-bx/python-semver/issues/67 for why conflicts is needed +Conflicts: python-node-semver BuildArch: noarch %python_subpackages @@ -46,6 +49,8 @@ See also http://semver.org/ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + %check %pytest