iotop updated to 0.5
This commit is contained in:
parent
d43dc137f9
commit
85e835bf47
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
iotop-0.4.tar.bz2
|
iotop-0.4.tar.bz2
|
||||||
/iotop-0.4.3.tar.bz2
|
/iotop-0.4.3.tar.bz2
|
||||||
/iotop-0.4.4.tar.bz2
|
/iotop-0.4.4.tar.bz2
|
||||||
|
/iotop-0.5.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
Name: iotop
|
Name: iotop
|
||||||
Version: 0.4.4
|
Version: 0.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Top like utility for I/O
|
Summary: Top like utility for I/O
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -41,10 +41,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING NEWS THANKS
|
%doc COPYING NEWS THANKS
|
||||||
%{_bindir}/iotop
|
%{_bindir}/iotop
|
||||||
%{_mandir}/man1/iotop.1.*
|
%{_mandir}/man8/iotop.*
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 05 2013 Michal Hlavinka <mhlavink@redhat.com> - 0.5-1
|
||||||
|
- iotop updated to 0.5
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-3
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user