diff --git a/python-pytest-cache.spec b/python-pytest-cache.spec index 89dbe51..c68731f 100644 --- a/python-pytest-cache.spec +++ b/python-pytest-cache.spec @@ -10,7 +10,7 @@ Name: python-%{srcname} Version: 1.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pytest plugin with mechanisms for caching across test runs License: MIT @@ -44,7 +44,7 @@ BuildRequires: python3-execnet BuildRequires: python3-pytest Requires: python3-execnet Requires: python3-pytest -%{?python_provide:%python_provide python2-%{srcname}} +%{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} Pytest plugin with mechanisms for caching across test runs for Python 3. @@ -95,6 +95,9 @@ rm -rf *.egg-info %changelog +* Sat Feb 13 2016 Orion Poplawski - 1.0-7 +- Fix provide typo + * Wed Feb 3 2016 Orion Poplawski - 1.0-6 - Modernize spec - Fix python3 package file ownership