diff --git a/hamlib.spec b/hamlib.spec index 19fa1ab..e93eb91 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -14,7 +14,7 @@ Name: hamlib Version: 3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Run-time library to control radio transceivers and receivers License: GPLv2+ and LGPLv2+ @@ -220,7 +220,7 @@ make V=1 check %if %{?fedora} >= 30 %{python3_sitearch}/*.py* %{python3_sitearch}/_Hamlib.so -%{python3_sitearch}/__pycache__/ +%{python3_sitearch}/__pycache__/hamlib.* %else %{python2_sitearch}/*.py* %{python2_sitearch}/_Hamlib.so @@ -232,6 +232,9 @@ make V=1 check %changelog +* Thu Oct 04 2018 Richard Shaw - 3.3-3 +- Correct __pycache__ reference in %%files. + * Wed Oct 03 2018 Richard Shaw - 3.3-2 - Replace python 2 module with python 3.