From 663f512571a7192a3f914117bea582e28038d4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:36 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- iotop.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iotop.spec b/iotop.spec index 40c582a..7108cc1 100644 --- a/iotop.spec +++ b/iotop.spec @@ -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 - 0.6-13 +- Rebuild for Python 3.6 + * Mon Nov 14 2016 Michal Hlavinka - 0.6-12 - fix printing unicode strings in batch mode (#1285088)