From dac5d95d6057c2a61e67abbca958e85afd1cd9f3 Mon Sep 17 00:00:00 2001 From: Koji Builder Date: Sep 25 2016 11:44:31 +0000 Subject: Add Provides: python{2,3}-%%{pypi_name} for convinience --- diff --git a/python-setuptools_git.spec b/python-setuptools_git.spec index 18f640c..1a42409 100644 --- a/python-setuptools_git.spec +++ b/python-setuptools_git.spec @@ -39,6 +39,8 @@ BuildRequires: python2-setuptools Requires: python2-setuptools +Provides: python2-%{pypi_name} == %{version}-%{release} + %{?python_provide:%python_provide python2-%{srcname}} %description -n python2-%{srcname} @@ -54,6 +56,8 @@ BuildRequires: python3-setuptools Requires: python3-setuptools +Provides: python3-%{pypi_name} == %{version}-%{release} + %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} @@ -118,6 +122,7 @@ unset LANG - Run testsuite - Conditionalize Python 3 for EPEL <= 7 - Add Requires: python{2,3}-setuptools +- Add Provides: python{2,3}-%%{pypi_name} for convinience * Tue Jul 26 2016 Dominika Krejci - 1.1-1 - Update to 1.1.