diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | koan.spec | 5 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,8 @@ Koan CHANGELOG +* Fri Jun 22 2007 Michael DeHaan <mdehaan@redhat.com> - 0.5.0-1 +- Upgrades to take advantage of (and work with) Cobbler 0.5.0 + * Thu May 31 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.0-1 - Change virt kernel/initrd download location to make SELinux happy @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Bare Metal Machines Name: koan -Version: 0.4.0 +Version: 0.5.0 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -47,6 +47,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 22 2007 Michael DeHaan <mdehaan@redhat.com> - 0.5.0-1 +- Upstream changes (see CHANGELOG) + * Thu May 31 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.0-1 - Upstream changes (see CHANGELOG) @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.4.0" +VERSION = "0.5.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 |
