2007-11-03 17:46:19 +00:00
|
|
|
Name: iotop
|
2013-05-29 08:41:39 +00:00
|
|
|
Version: 0.6
|
2016-07-19 07:29:30 +00:00
|
|
|
Release: 11%{?dist}
|
2007-11-03 17:46:19 +00:00
|
|
|
Summary: Top like utility for I/O
|
2012-10-12 10:29:49 +00:00
|
|
|
License: GPLv2+
|
2008-05-26 15:35:57 +00:00
|
|
|
URL: http://guichaz.free.fr/iotop/
|
2016-03-12 11:53:11 +00:00
|
|
|
Source0: http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2
|
2011-10-13 13:06:21 +00:00
|
|
|
|
2014-12-03 16:53:24 +00:00
|
|
|
# rhbz#1035503
|
2016-03-12 11:53:11 +00:00
|
|
|
Patch0: iotop-0.6-noendcurses.patch
|
|
|
|
Patch1: iotop-0.6-python3.patch
|
2014-12-03 16:53:24 +00:00
|
|
|
|
2016-03-12 11:53:11 +00:00
|
|
|
# Fix build error with Python 3 caused by itervalues() in setup.py
|
|
|
|
# http://repo.or.cz/iotop.git/commit/99c8d7cedce81f17b851954d94bfa73787300599
|
|
|
|
Patch2: iotop-python3build.patch
|
2007-11-03 17:46:19 +00:00
|
|
|
|
2008-05-26 15:35:57 +00:00
|
|
|
BuildArch: noarch
|
2016-03-12 11:53:11 +00:00
|
|
|
BuildRequires: python3-devel
|
2007-11-03 17:46:19 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Linux has always been able to show how much I/O was going on
|
|
|
|
(the bi and bo columns of the vmstat 1 command).
|
|
|
|
iotop is a Python program with a top like UI used to
|
|
|
|
show of behalf of which process is the I/O going on.
|
|
|
|
|
2016-03-12 11:53:11 +00:00
|
|
|
%prep
|
|
|
|
%setup -n %{name}-%{version}
|
|
|
|
%patch0 -p1 -b .noendcurses
|
|
|
|
%patch1 -p1 -b .python3
|
|
|
|
%patch2 -p1
|
2007-11-03 17:46:19 +00:00
|
|
|
|
2016-03-12 11:53:11 +00:00
|
|
|
%build
|
|
|
|
%py3_build
|
2007-11-03 17:46:19 +00:00
|
|
|
|
2016-03-12 11:53:11 +00:00
|
|
|
%install
|
|
|
|
%py3_install
|
2007-11-03 17:46:19 +00:00
|
|
|
|
2016-03-12 11:53:11 +00:00
|
|
|
%files -n %{name}
|
|
|
|
%doc NEWS THANKS README ChangeLog
|
|
|
|
%license COPYING
|
|
|
|
%{python3_sitelib}/*
|
2013-05-29 08:41:39 +00:00
|
|
|
%{_sbindir}/iotop
|
2013-02-05 11:13:52 +00:00
|
|
|
%{_mandir}/man8/iotop.*
|
2007-11-03 17:46:19 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-07-19 07:29:30 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-11
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-03-12 11:53:11 +00:00
|
|
|
* Mon Feb 29 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.6-10
|
|
|
|
- SPEC file cleanup
|
|
|
|
- Added licence tag
|
|
|
|
- Removal of old and unneeded macros
|
|
|
|
- Use of newest python macros
|
|
|
|
- Removed Python 2 dependency
|
|
|
|
- Added patch for Python 3 build
|
|
|
|
|
2016-02-04 00:35:08 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-15 21:49:47 +00:00
|
|
|
* Sun Nov 15 2015 Adel Gadllah <adel.gadllah@gmail.com> - 0.6-8
|
|
|
|
- Fix python3 patch
|
|
|
|
|
2015-11-15 21:33:08 +00:00
|
|
|
* Sun Nov 15 2015 Adel Gadllah <adel.gadllah@gmail.com> - 0.6-7
|
|
|
|
- Rebuilt with python3 - RH#1282262
|
|
|
|
|
2015-06-17 11:28:41 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-30 17:36:38 +00:00
|
|
|
* Fri Jan 30 2015 Michal Hlavinka <mhlavink@redhat.com> - 0.6-5
|
|
|
|
- always ignore nocbreak errors, there is way too many false positives (#1035503)
|
|
|
|
|
2014-12-03 16:53:24 +00:00
|
|
|
* Wed Dec 03 2014 Michal Hlavinka <mhlavink@redhat.com> - 0.6-4
|
|
|
|
- ignore curses failures during termination (#1035503)
|
|
|
|
|
2014-06-07 22:31:04 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 19:45:46 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-29 08:41:39 +00:00
|
|
|
* Wed May 29 2013 Michal Hlavinka <mhlavink@redhat.com> - 0.6-1
|
|
|
|
- iotop updated to 0.6
|
|
|
|
|
2013-02-05 11:13:52 +00:00
|
|
|
* Tue Feb 05 2013 Michal Hlavinka <mhlavink@redhat.com> - 0.5-1
|
|
|
|
- iotop updated to 0.5
|
|
|
|
|
2012-07-19 14:57:16 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 05:55:23 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-16 07:28:29 +00:00
|
|
|
* Wed Nov 16 2011 Michal Hlavinka <mhlavink@redhat.com> - 0.4.4-1
|
|
|
|
- iotop updated to 0.4.4
|
|
|
|
|
2011-10-14 16:49:22 +00:00
|
|
|
* Fri Oct 14 2011 Michal Hlavinka <mhlavink@redhat.com> 0.4.3-3
|
|
|
|
- fix typo in last patch
|
|
|
|
|
2011-10-13 13:06:21 +00:00
|
|
|
* Thu Oct 13 2011 Michal Hlavinka <mhlavink@redhat.com> 0.4.3-2
|
|
|
|
- after CVE-2011-2494 fix, iotop needs root privileges
|
|
|
|
|
2011-09-18 08:15:19 +00:00
|
|
|
* Sun Sep 18 2011 Adel Gadllah <adel.gadllah@gmail.com> 0.4.3-1
|
|
|
|
- New upstream version
|
|
|
|
|
2011-02-09 12:50:14 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-22 01:57:52 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-01-12 15:23:09 +00:00
|
|
|
* Tue Jan 12 2010 Adel Gadllah <adel.gadllah@gmail.com> 0.4-1
|
|
|
|
- New upstream version
|
|
|
|
|
2009-07-25 03:28:49 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-19 12:55:35 +00:00
|
|
|
* Tue May 19 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-1
|
|
|
|
- New upstream version
|
|
|
|
- fixes RH #475917
|
|
|
|
|
2009-02-25 07:36:39 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-29 16:47:54 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.2.1-2
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-07-09 09:50:07 +00:00
|
|
|
* Wed Jul 09 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.2.1-1
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
2008-07-07 18:13:18 +00:00
|
|
|
* Mon Jul 07 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.2-2
|
|
|
|
- New upstream tarball..
|
|
|
|
|
2008-05-26 15:35:57 +00:00
|
|
|
* Mon May 26 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.2-1
|
|
|
|
- Update to new upstream version
|
|
|
|
|
2007-12-28 14:27:57 +00:00
|
|
|
* Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.1-3
|
|
|
|
- Fix build issue
|
|
|
|
|
2007-12-28 13:43:30 +00:00
|
|
|
* Fri Dec 28 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.1-2
|
|
|
|
- Fix traceback on xterm-color RH #400071
|
|
|
|
|
2015-01-30 17:36:38 +00:00
|
|
|
* Sat Nov 3 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.1-1
|
2007-11-03 17:46:19 +00:00
|
|
|
- Fix version
|
|
|
|
|
2015-01-30 17:36:38 +00:00
|
|
|
* Sat Nov 3 2007 Adel Gadllah <adel.gadllah@gmail.com> 20070930-1
|
2007-11-03 17:46:19 +00:00
|
|
|
- Initial Build
|