From 12cbe4d789b366e5be0aaf7a442981d1575dda14 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Mon, 1 Dec 2008 15:00:34 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- kexec-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 78312f0..835fa71 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component. @@ -239,6 +239,9 @@ done %changelog +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2.0.0-5 +- Rebuild for Python 2.6 + * Wed Nov 05 2008 Neil Horman - 2.0.0-3 - Correct source file to use proper lang package (bz 335191)