Update to 0.3
This commit is contained in:
parent
f54cab4a49
commit
42bd285ec1
@ -1 +1 @@
|
|||||||
iotop-0.2.1.tar.bz2
|
iotop-0.3.tar.bz2
|
||||||
|
@ -5,7 +5,7 @@ diff -upNr iotop-0.2.orign/setup.py iotop-0.2/setup.py
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
-sys.path.insert(0, 'setuptools-0.6c6-py2.4.egg')
|
-sys.path.insert(0, 'setuptools-0.6c9-py2.4.egg')
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from iotop.version import VERSION
|
from iotop.version import VERSION
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
Name: iotop
|
Name: iotop
|
||||||
Version: 0.2.1
|
Version: 0.3
|
||||||
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
|
||||||
@ -48,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-1
|
||||||
|
- New upstream version
|
||||||
|
- fixes RH #475917
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-3
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user