diff --git a/python-pyrtlsdr.spec b/python-pyrtlsdr.spec index 6faa540..82cdfb5 100644 --- a/python-pyrtlsdr.spec +++ b/python-pyrtlsdr.spec @@ -1,7 +1,7 @@ %global srcname pyrtlsdr Name: python-%{srcname} Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python binding for librtlsdr License: GPLv3 URL: https://github.com/roger-/pyrtlsdr @@ -46,8 +46,6 @@ rm -rf pyrtlsdr.egg-info chmod 644 rtlsdr/rtlsdrtcp/base.py popd cp -a python2-%{srcname} python3-%{srcname} -# asyncio is only for python3 -rm -f python2-%{srcname}/rtlsdr/rtlsdraio.py find python2-%{srcname} -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python2}|' find python3-%{srcname} -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python3}|' @@ -81,6 +79,10 @@ popd %{python3_sitelib}/%{srcname}-%{version}-*.egg-info %changelog +* Fri Aug 18 2017 Jaroslav Škarvada - 0.2.5-3 +- This is an update fixing missing rtlsdraio module with python 2 + Resolves: rhbz#1473513 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild