From 9bffd0606e8e2b7fe7679f8b1ea13f6ae17c52b6 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 15:52:24 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- python-schedutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-schedutils.spec b/python-schedutils.spec index 0fa80ae..09f2adc 100644 --- a/python-schedutils.spec +++ b/python-schedutils.spec @@ -4,7 +4,7 @@ Summary: Linux scheduler python bindings Name: python-schedutils Version: 0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-schedutils.git Source: http://userweb.kernel.org/~acme/python-schedutils/%{name}-%{version}.tar.bz2 @@ -43,6 +43,9 @@ rm -rf %{buildroot} %endif %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.2-3 +- Rebuild for Python 2.6 + * Thu Aug 28 2008 Arnaldo Carvalho de Melo - 0.2-2 - Fix build and install sections as suggested by the fedora rewiewer (BZ #460387)