diff options
author | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-06-22 18:45:12 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-06-22 18:45:12 -0400 |
commit | 9afff120a3787ba82ab2313aa968e2751efe309f (patch) | |
tree | c7a47d746cdae9e288f3c5102820f4ee9807cef5 | |
parent | f3b21f83c0e8c9b1c1304373ecafa9d1a850034c (diff) | |
download | cobbler-9afff120a3787ba82ab2313aa968e2751efe309f.tar.gz cobbler-9afff120a3787ba82ab2313aa968e2751efe309f.tar.xz cobbler-9afff120a3787ba82ab2313aa968e2751efe309f.zip |
Updating koan to make better use of XMLRPC methods.
-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 |