From 8c85df791a53fd630573f2116e8ca97668624467 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:53:40 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- iotop.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/iotop.spec b/iotop.spec index e8a882d..6aa4b41 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,6 +1,6 @@ Name: iotop Version: 0.6 -Release: 22 +Release: 23 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 git +BuildRequires: python3-devel Patch1: 0001-Switch-from-python-to-python3.patch Patch2: 0002-Fix-build-error-with-Python-3-caused-by-itervalues-i.patch @@ -40,7 +40,7 @@ Requires: man This contains man files for the using of iotop %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %py3_build @@ -58,6 +58,9 @@ This contains man files for the using of iotop %{_mandir}/man8/iotop.* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.6-23 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sun Jul 12 2020 Zhiqiang Liu - 0.6-22 - backport some bugfix patches