delete -S git from %autosetup, and delete BuildRequires git
(cherry picked from commit bf2519eb6d8e7a0fbe213233fa11ce108e163e4c) (cherry picked from commit c0a2e0c7daca939e2d530e91951b64c4d0ee3c21)
This commit is contained in:
parent
218c6cf948
commit
a037b2ccc9
@ -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 <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
|
||||
- backport some bugfix patches
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user