diff --git a/.gitignore b/.gitignore index f4083c9..b2e412b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ iotop-0.4.tar.bz2 /iotop-0.4.3.tar.bz2 /iotop-0.4.4.tar.bz2 /iotop-0.5.tar.bz2 +/iotop-0.6.tar.bz2 diff --git a/iotop.spec b/iotop.spec index 29a0c46..d663bc0 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,6 +1,6 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: iotop -Version: 0.5 +Version: 0.6 Release: 1%{?dist} Summary: Top like utility for I/O @@ -40,11 +40,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING NEWS THANKS -%{_bindir}/iotop +%{_sbindir}/iotop %{_mandir}/man8/iotop.* %{python_sitelib}/* %changelog +* Wed May 29 2013 Michal Hlavinka - 0.6-1 +- iotop updated to 0.6 + * Tue Feb 05 2013 Michal Hlavinka - 0.5-1 - iotop updated to 0.5 diff --git a/sources b/sources index ad2a5ad..e7609a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0846ad976f41bca2813f7f8a73fef31 iotop-0.5.tar.bz2 +5ef9456b26d7694abf3101a72e1e0d1d iotop-0.6.tar.bz2