!5 iotop delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW Reviewed-by: @liuzhiqiang26 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
6817675943
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user