From d72a3f2be87ec13ac8759a642557b8cd3f7ba6fe Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Thu, 4 Dec 2008 18:01:04 +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 1aa1fd4..658a2ed 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component. @@ -241,6 +241,9 @@ done %changelog +* Thu Dec 04 2008 Ignacio Vazquez-Abrams - 2.0.0-7 +- Rebuild for Python 2.6 + * Mon Dec 01 2008 Neil Horman - 2.0.0.6 - adding makedumpfile man page updates (bz 473212)