Rebuild for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-19 18:20:36 +01:00
parent 4184d203ad
commit 663f512571

View File

@ -1,6 +1,6 @@
Name: iotop
Version: 0.6
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Top like utility for I/O
License: GPLv2+
URL: http://guichaz.free.fr/iotop/
@ -47,6 +47,9 @@ show of behalf of which process is the I/O going on.
%{_mandir}/man8/iotop.*
%changelog
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.6-13
- Rebuild for Python 3.6
* Mon Nov 14 2016 Michal Hlavinka <mhlavink@redhat.com> - 0.6-12
- fix printing unicode strings in batch mode (#1285088)