delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
a025510859
commit
8c85df791a
@ -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