From 1399f4ae6dd173896923b278e1540a60293f0ef7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 31 May 2007 12:33:18 -0400 Subject: Moving to even=stable, odd=testing convention. --- CHANGELOG | 3 +++ koan.spec | 7 +++++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6fe073c5..61dd6219 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ Koan CHANGELOG +* Thu May 31 2007 Michael DeHaan - 0.4.0-1 +- Change virt kernel/initrd download location to make SELinux happy + * Fri Apr 26 2007 Michael DeHaan - 0.3.1-2 - Restore missing initrd build code for --replace-self - Remove stray character from app.py diff --git a/koan.spec b/koan.spec index 6c1adf3d..554de488 100644 --- a/koan.spec +++ b/koan.spec @@ -2,8 +2,8 @@ Summary: Network provisioning tool for Xen and Bare Metal Machines Name: koan -Version: 0.3.1 -Release: 2%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System @@ -47,6 +47,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 31 2007 Michael DeHaan - 0.4.0-1 +- Upstream changes (see CHANGELOG) + * Fri Apr 27 2007 - Michael DeHaan - 0.3.1-2 - Upstream changes (see CHANGELOG) diff --git a/setup.py b/setup.py index d9017e75..43808419 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.3.1" +VERSION = "0.4.0" SHORT_DESC = "Network provisioning tool for Virtualized Images and Existing Non-Bare Metal" LONG_DESC = """ koan stands for "kickstart-over-a-network" and allows for both -- cgit