diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 1aa3f52..a97dc7c 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 26 22:39:21 UTC 2018 - Matej Cepl + +- Fix build failure: %{py_ver} doesn't work, %{py3_ver} + does. + ------------------------------------------------------------------- Tue Dec 4 12:52:18 UTC 2018 - Matej Cepl diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index af41e3d..d6872d4 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -63,6 +63,6 @@ multi-room setups with Audio cast devices. %license LICENSE %doc README.rst %{python_sitelib}/pychromecast -%{python_sitelib}/PyChromecast-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/PyChromecast-%{version}-py%{py3_ver}.egg-info %changelog