From 772bfdac65dee38e5e2ab2fc3c6437662c1d8371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=A2=E4=B8=B2=E4=B8=80=E5=9B=9E?= Date: Wed, 31 Jul 2024 10:14:22 +0000 Subject: [PATCH] fix format in iotop.spec. https://gitee.com/src-openeuler/iotop/issues/IAGVLK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 客串一回 --- iotop.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/iotop.spec b/iotop.spec index 57985a3..8d54405 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,6 +1,6 @@ Name: iotop Version: 0.6 -Release: 25 +Release: 26 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 @@ -58,7 +58,11 @@ This contains man files for the using of iotop %files help %{_mandir}/man8/iotop.* + %changelog +* 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