From b368a15404e81fa4065bf2f5746e336f01e27851 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Dec 22 2016 04:17:22 +0000 Subject: Fix python3 provides --- diff --git a/pychromecast.spec b/pychromecast.spec index 408a572..30bea2a 100644 --- a/pychromecast.spec +++ b/pychromecast.spec @@ -3,7 +3,7 @@ Name: pychromecast Version: 0.7.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python library to communicate with the Google Chromecast License: MIT @@ -61,7 +61,7 @@ currently supports: %package -n python3-chromecast Summary: Library for Python 3 to communicate with the Google Chromecast -%{?python_provide:%python_provide python2-chromecast} +%{?python_provide:%python_provide python3-chromecast} Requires: python3-six Requires: python3-requests @@ -106,6 +106,9 @@ currently supports: %{python3_sitelib}/* %changelog +* Thu Dec 22 2016 Peter Robinson 0.7.7-3 +- Fix python3 provides + * Fri Dec 2 2016 Peter Robinson 0.7.7-2 - Package updates