diff options
author | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-05-31 12:33:18 -0400 |
---|---|---|
committer | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-05-31 12:33:18 -0400 |
commit | 1399f4ae6dd173896923b278e1540a60293f0ef7 (patch) | |
tree | 1c1fe4ae02b96ac051423f746f4f426335bad200 | |
parent | b87f794d23bfec4e167b9e89f376b1ac52695615 (diff) | |
download | cobbler-1399f4ae6dd173896923b278e1540a60293f0ef7.tar.gz cobbler-1399f4ae6dd173896923b278e1540a60293f0ef7.tar.xz cobbler-1399f4ae6dd173896923b278e1540a60293f0ef7.zip |
Moving to even=stable, odd=testing convention.
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | koan.spec | 7 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -1,5 +1,8 @@ Koan CHANGELOG +* Thu May 31 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.0-1 +- Change virt kernel/initrd download location to make SELinux happy + * Fri Apr 26 2007 Michael DeHaan <mdehaan@redhat.com> - 0.3.1-2 - Restore missing initrd build code for --replace-self - Remove stray character from app.py @@ -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 <mdehaan@redhat.com> - 0.4.0-1 +- Upstream changes (see CHANGELOG) + * Fri Apr 27 2007 - Michael DeHaan <mdehaan@redhat.com> - 0.3.1-2 - Upstream changes (see CHANGELOG) @@ -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 |