update iotop to current upstream git
This commit is contained in:
parent
e32e08927a
commit
bc3f5e5179
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ iotop-0.4.tar.bz2
|
||||
/iotop-0.4.4.tar.bz2
|
||||
/iotop-0.5.tar.bz2
|
||||
/iotop-0.6.tar.bz2
|
||||
/iotop-0.6.git4e4fbca5.tar.bz2
|
||||
|
17
iotop.spec
17
iotop.spec
@ -1,10 +1,10 @@
|
||||
Name: iotop
|
||||
Version: 0.6
|
||||
Release: 28%{?dist}
|
||||
Release: 29%{?dist}
|
||||
Summary: Top like utility for I/O
|
||||
License: GPLv2+
|
||||
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}.git4e4fbca5.tar.bz2
|
||||
|
||||
# rhbz#1035503
|
||||
Patch0: iotop-0.6-noendcurses.patch
|
||||
@ -17,7 +17,7 @@ Patch2: iotop-python3build.patch
|
||||
# sent upstream, iotop <= 0.6, rhbz#1285088
|
||||
Patch3: iotop-0.3.2-batchprintutf8.patch
|
||||
|
||||
BuildArch: noarch
|
||||
#BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
|
||||
%description
|
||||
@ -28,9 +28,9 @@ show of behalf of which process is the I/O going on.
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
%patch0 -p1 -b .noendcurses
|
||||
%patch1 -p1 -b .python3
|
||||
%patch2 -p1
|
||||
#%patch0 -p1 -b .noendcurses
|
||||
#%patch1 -p1 -b .python3
|
||||
#%patch2 -p1
|
||||
%patch3 -p1 -b .batchprintutf8
|
||||
|
||||
%build
|
||||
@ -42,11 +42,14 @@ show of behalf of which process is the I/O going on.
|
||||
%files -n %{name}
|
||||
%doc NEWS THANKS README ChangeLog
|
||||
%license COPYING
|
||||
%{python3_sitelib}/*
|
||||
%{python3_sitearch}/iotop*
|
||||
%{_sbindir}/iotop
|
||||
%{_mandir}/man8/iotop.*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 03 2021 Michal Hlavinka <mhlavink@redhat.com> - 0.6-29
|
||||
- update iotop to current upstream git
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user