diff --git a/iotop.spec b/iotop.spec index baa2720..f4f88c7 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,6 +1,6 @@ Name: iotop Version: 0.6 -Release: 26 +Release: 27 Summary: Simple top-like I/O monitor License: GPLv2+ URL: http://guichaz.free.fr/iotop/ @@ -8,7 +8,7 @@ URL: http://guichaz.free.fr/iotop/ Source0: http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python3-devel +BuildRequires: python3-devel Patch1: 0001-Switch-from-python-to-python3.patch Patch2: 0002-Fix-build-error-with-Python-3-caused-by-itervalues-i.patch @@ -59,10 +59,14 @@ This contains man files for the using of iotop %files help %{_mandir}/man8/iotop.* + %changelog -* Tue Jul 2 2024 cenhuilin - 0.6-26 +* Tue Jul 2 2024 cenhuilin - 0.6-27 - loongarch64: add loongarch64 support +* Wed Jul 31 2024 JiangJianJun - 0.6-26 +- DESC: fix spec format + * Sun Sep 17 2023 Mingzheng Xing - 0.6-25 - riscv: Add riscv64 support