diff --git a/python-nwdiag.spec b/python-nwdiag.spec index 545e1ac..643dfee 100644 --- a/python-nwdiag.spec +++ b/python-nwdiag.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 1.0.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: nwdiag generates network-diagram images from text License: ASL 2.0 @@ -94,7 +94,7 @@ install -m 0644 -D rackdiag.1 %{buildroot}%{_mandir}/man1/rackdiag.1 %check -%{__python} setup.py test +%{__python2} setup.py test pushd %{py3dir} %{__python3} setup.py test @@ -119,6 +119,9 @@ popd %changelog +* Sun Jul 08 2018 Miro Hrončok - 1.0.4-10 +- Explicit reference to /usr/bin/python2 + * Tue Jun 19 2018 Miro Hrončok - 1.0.4-9 - Rebuilt for Python 3.7