From 18be274a8a7a67db44a53d3ab29703b8c17ad489 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 7 Nov 2017 12:07:00 +0100 Subject: [PATCH] Use better Obsoletes for platform-python Signed-off-by: Igor Gnatenko --- python-setuptools_scm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 41cc599..7495278 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -14,7 +14,7 @@ Name: python-%{srcname} Version: 1.15.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: %{sum} License: MIT @@ -56,7 +56,7 @@ BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-pytest %endif %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} -Obsoletes: platform-python-%{srcname} < 1.15.6-6 +Obsoletes: platform-python-%{srcname} < %{version}-%{release} %description -n python%{python3_pkgversion}-%{srcname} Setuptools_scm handles managing your python package versions in scm metadata. @@ -114,6 +114,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -vv %endif %changelog +* Tue Nov 07 2017 Igor Gnatenko - 1.15.6-7 +- Use better Obsoletes for platform-python + * Fri Nov 03 2017 Igor Gnatenko - 1.15.6-6 - Remove platform-python subpackage