[iotop/f15] iotop updated to 0.4.4

Michal Hlavinka mhlavink at fedoraproject.org
Wed Nov 16 09:32:58 UTC 2011


commit 1341b6fb3ba5689e0249d0ae1df61c18e7202312
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Nov 16 10:32:53 2011 +0100

    iotop updated to 0.4.4

 .gitignore                 |    1 +
 iotop-0.4.3-rootpriv.patch |   14 --------------
 iotop.spec                 |   11 +++++------
 sources                    |    2 +-
 4 files changed, 7 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b565b7f..967be87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 iotop-0.4.tar.bz2
 /iotop-0.4.3.tar.bz2
+/iotop-0.4.4.tar.bz2
diff --git a/iotop.spec b/iotop.spec
index 1755cda..1a22d51 100644
--- a/iotop.spec
+++ b/iotop.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name: iotop
-Version: 0.4.3      
-Release: 3%{?dist}
+Version: 0.4.4
+Release: 1%{?dist}
 Summary: Top like utility for I/O       
 
 Group: Applications/System          
@@ -9,9 +9,6 @@ License: GPLv2
 URL: http://guichaz.free.fr/iotop/            
 Source0: http://guichaz.free.fr/iotop/files/%{name}-%{version}.tar.bz2 
 
-# after CVE-2011-2494 fix, iotop needs root privileges
-Patch1: iotop-0.4.3-rootpriv.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -20,7 +17,6 @@ Requires: python
       
 %prep
 %setup
-%patch1 -p1 -b .rootpriv
 
 %build
 %{__python} setup.py build
@@ -49,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Wed Nov 16 2011 Michal Hlavinka <mhlavink at redhat.com> - 0.4.4-1
+- iotop updated to 0.4.4
+
 * Fri Oct 14 2011 Michal Hlavinka <mhlavink at redhat.com> - 0.4.3-3
 - fix typo in last patch
 
diff --git a/sources b/sources
index e2b0c70..6281adb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b05456252d0b25625aff4c93ab4927a2  iotop-0.4.3.tar.bz2
+cdd38b276cbf238676f5d2bcf098ba9c  iotop-0.4.4.tar.bz2


More information about the scm-commits mailing list