From 18ef7adc6b9952ce95d8e38b01eed4718102f45a Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 15:27:25 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- python-ethtool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ethtool.spec b/python-ethtool.spec index 6b16e6f..622d525 100644 --- a/python-ethtool.spec +++ b/python-ethtool.spec @@ -4,7 +4,7 @@ Summary: Ethernet settings python bindings Name: python-ethtool Version: 0.3 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2 License: GPLv2 @@ -44,6 +44,9 @@ rm -rf %{buildroot} %endif %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.3-3 +- Rebuild for Python 2.6 + * Fri Sep 5 2008 Arnaldo Carvalho de Melo - 0.3-2 - Rewrote build and install sections as part of the fedora review process BZ #459549