summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-08-12 18:53:21 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-08-12 18:53:21 -0300
commit1cf02c3efd635ed736c1f3f85bcb79ead8aa70c5 (patch)
tree938e802f7a0f92dc8b8c75eeeb122504e10a6695
parent42878fce936f7952dd25cd05fc5192adb876a901 (diff)
downloadtuna-1cf02c3efd635ed736c1f3f85bcb79ead8aa70c5.tar.gz
rpm: we need at least python-linux-procfs 0.4 due to per process flagsv0.6
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 063719c..f52edeb 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -11,7 +11,7 @@ Source: http://userweb.kernel.org/~acme/tuna/%{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: python-devel
Requires: python-ethtool
-Requires: python-linux-procfs
+Requires: python-linux-procfs >= 0.4
Requires: python-schedutils
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)