Rebuild for Python 2.6

This commit is contained in:
Ignacio Vazquez-Abrams 2008-11-29 15:52:24 +00:00
parent 464a349f17
commit 9bffd0606e

View File

@ -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 <ivazqueznet+rpm@gmail.com> - 0.2-3
- Rebuild for Python 2.6
* Thu Aug 28 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.2-2
- Fix build and install sections as suggested by the fedora rewiewer
(BZ #460387)