From aee564031545693b90c88d8a1f59635c91816a0e Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Mon, 9 Nov 2015 22:58:57 +0100 Subject: [PATCH] Correct %python_provides for python3 --- python-toml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-toml.spec b/python-toml.spec index c481539..97f47ed 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.9.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -40,7 +40,7 @@ toml file. %package -n python3-%{pypi_name} Summary: Python Library for Tom's Obvious, Minimal Language BuildRequires: python3-devel -%{?python_provide:%python_provide python2-%{pypi_name}} +%{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} TOML aims to be a minimal configuration file format that's easy to read due to @@ -91,6 +91,9 @@ toml-test $(pwd)/toml_test.py %{python3_sitelib}/__pycache__/%{pypi_name}.cpython-*.py* %changelog +* Mon Nov 9 2015 Julien Enselme - 0.9.1-4 +- Correct %%python_provides for python3 + * Thu Nov 5 2015 Julien Enselme - 0.9.1-3 - Rebuilt for python 3.5