delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:53:40 +08:00
parent a025510859
commit 8c85df791a
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: iotop Name: iotop
Version: 0.6 Version: 0.6
Release: 22 Release: 23
Summary: Simple top-like I/O monitor Summary: Simple top-like I/O monitor
License: GPLv2+ License: GPLv2+
URL: http://guichaz.free.fr/iotop/ 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 Source0: http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel git BuildRequires: python3-devel
Patch1: 0001-Switch-from-python-to-python3.patch Patch1: 0001-Switch-from-python-to-python3.patch
Patch2: 0002-Fix-build-error-with-Python-3-caused-by-itervalues-i.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 This contains man files for the using of iotop
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
%build %build
%py3_build %py3_build
@ -58,6 +58,9 @@ This contains man files for the using of iotop
%{_mandir}/man8/iotop.* %{_mandir}/man8/iotop.*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.6-23
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Sun Jul 12 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 0.6-22 * Sun Jul 12 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 0.6-22
- backport some bugfix patches - backport some bugfix patches