From 6f4f7d0d4c2c69aaf3cf063653775a0612694f43 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Feb 28 2007 22:39:21 +0000 Subject: Upstream to 0.2.6 --- diff --git a/.cvsignore b/.cvsignore index 535fa57..2b6e328 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ koan-0.2.2.tar.gz koan-0.2.3.tar.gz koan-0.2.4.tar.gz koan-0.2.5.tar.gz +koan-0.2.6.tar.gz diff --git a/koan.spec b/koan.spec index 7dbb74c..95f3b2f 100644 --- a/koan.spec +++ b/koan.spec @@ -1,15 +1,15 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -Summary: Network provisioning tool for Xen and Existing Non-Bare Metal +Summary: Network provisioning tool for Xen and Bare Metal Machines Name: koan -Version: 0.2.5 +Version: 0.2.6 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System Requires: mkinitrd Requires: syslinux -Requires: python >= 2.3 +Requires: python >= 2.2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch ExcludeArch: ppc @@ -48,6 +48,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 24 2007 - Michael DeHaan - 0.2.6-1 +- Upstream changes (see CHANGELOG) +- Lowering python version number requirements + * Fri Dec 08 2006 - Michael DeHaan - 0.2.5-1 - Upstream changes (see CHANGELOG) - tweaked MANIFEST.in to appease rhel3 builds diff --git a/sources b/sources index 66e26cc..818ee46 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ e38e0b00526b9b9d2b454d55fb41b026 koan-0.2.5.tar.gz +fea37b4a72bb0c957f8350166ab22e35 koan-0.2.6.tar.gz