diff --git a/python-pid.spec b/python-pid.spec index 4037e78..b30a497 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -31,7 +31,7 @@ PidFile can also be used as a context manager or a decorator.} Name: python-%{srcname} Version: 2.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PID file management library License: ASL 2.0 @@ -123,6 +123,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} nosetests-%{python3_version} --verbose %endif %changelog +* Fri Mar 08 2019 Troy Dawson - 2.2.3-2 +- Rebuilt to change main python from 3.4 to 3.6 + * Tue Mar 05 2019 Carl George - 2.2.3-1 - Latest upstream - Build python3 subpackage on el6