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.4.4.tar.bz2
|
||||||
/iotop-0.5.tar.bz2
|
/iotop-0.5.tar.bz2
|
||||||
/iotop-0.6.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
|
Name: iotop
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
Summary: Top like utility for I/O
|
Summary: Top like utility for I/O
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://guichaz.free.fr/iotop/
|
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
|
# rhbz#1035503
|
||||||
Patch0: iotop-0.6-noendcurses.patch
|
Patch0: iotop-0.6-noendcurses.patch
|
||||||
@ -17,7 +17,7 @@ Patch2: iotop-python3build.patch
|
|||||||
# sent upstream, iotop <= 0.6, rhbz#1285088
|
# sent upstream, iotop <= 0.6, rhbz#1285088
|
||||||
Patch3: iotop-0.3.2-batchprintutf8.patch
|
Patch3: iotop-0.3.2-batchprintutf8.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
#BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,9 +28,9 @@ show of behalf of which process is the I/O going on.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
%patch0 -p1 -b .noendcurses
|
#%patch0 -p1 -b .noendcurses
|
||||||
%patch1 -p1 -b .python3
|
#%patch1 -p1 -b .python3
|
||||||
%patch2 -p1
|
#%patch2 -p1
|
||||||
%patch3 -p1 -b .batchprintutf8
|
%patch3 -p1 -b .batchprintutf8
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -42,11 +42,14 @@ show of behalf of which process is the I/O going on.
|
|||||||
%files -n %{name}
|
%files -n %{name}
|
||||||
%doc NEWS THANKS README ChangeLog
|
%doc NEWS THANKS README ChangeLog
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python3_sitelib}/*
|
%{python3_sitearch}/iotop*
|
||||||
%{_sbindir}/iotop
|
%{_sbindir}/iotop
|
||||||
%{_mandir}/man8/iotop.*
|
%{_mandir}/man8/iotop.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-28
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user