summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-08-12 17:47:23 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-08-12 17:47:23 -0300
commit431f933d06a7f43a251bc2b68add54ef95091223 (patch)
tree361d570bd4782f9f7855e4ea102431c779165d4b
parentd50f5ea2eb745b2d50f31cd103a790a98e20001b (diff)
downloadpython-linux-procfs-431f933d06a7f43a251bc2b68add54ef95091223.tar.gz
rpm: v0.4
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index 6412c4e..08fbe26 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-linux-procfs
-Version: 0.3
+Version: 0.4
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
@@ -33,6 +33,9 @@ rm -rf %{buildroot}
%{python_sitelib}/*.egg-info
%changelog
+* Tue Aug 12 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4-1
+- Per process flags needed by tuna
+
* Fri Jun 13 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-1
- Support CPU hotplug