Rebuild for Python 3.6

This commit is contained in:
Charalampos Stratakis 2016-12-14 00:08:52 +01:00
parent 09554fb695
commit f0c479992d

View File

@ -16,7 +16,7 @@
Name: rpmlint Name: rpmlint
Version: 1.9 Version: 1.9
Release: 4%{?dist} Release: 5%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
Group: Development/Tools Group: Development/Tools
License: GPLv2 License: GPLv2
@ -134,6 +134,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8}
%{_mandir}/man1/rpmlint.1* %{_mandir}/man1/rpmlint.1*
%changelog %changelog
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.9-5
- Rebuild for Python 3.6
* Mon Oct 24 2016 Orion Poplawski <orion@cora.nwra.com> - 1.9-4 * Mon Oct 24 2016 Orion Poplawski <orion@cora.nwra.com> - 1.9-4
- Use %%license - Use %%license
- BR python-flake8-import-order for tests - BR python-flake8-import-order for tests