diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2006-10-11 14:29:58 -0400 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-11 14:29:58 -0400 |
commit | 2e9e15da8d37d2569fada0033c4611c2349ec47c (patch) | |
tree | 5ae726ee3f1622d08c9d9fb515d08f244796589f | |
parent | b6fd8215da0adc4595dd4d48cb595e4b9d4953c6 (diff) | |
download | cobbler-2e9e15da8d37d2569fada0033c4611c2349ec47c.tar.gz cobbler-2e9e15da8d37d2569fada0033c4611c2349ec47c.tar.xz cobbler-2e9e15da8d37d2569fada0033c4611c2349ec47c.zip |
Preparing for new release build
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | koan.spec | 5 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -4,6 +4,9 @@ Detail of software changes that are not packaging related. These *should* correspond with a bump in the software version. This wasn't consistant for 0.1.X builds, though it will be in the future. +* Wed Oct 11 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.2-1 +- Bundled subprocess to allow it's use under python 2.3 (RHEL4, etc) + * Mon Oct 09 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.1-1 - Added --list-profiles and --list-systems option to show available setups defined on the provisioning server. See manpage. @@ -2,7 +2,7 @@ Summary: Network provisioning tool for Xen and Existing Non-Bare Metal Name: koan -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING CHANGELOG README NEWS %changelog +* Mon Oct 09 2006 - Michael DeHaan <mdehaan@redhat.com> - 0.2.2-1 +- Upstream change -- support Python 2.3 + * Mon Oct 09 2006 - Michael DeHaan <mdehaan@redhat.com> - 0.2.1-1 - Upstream features (see CHANGELOG) @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.2.1" +VERSION = "0.2.2" SHORT_DESC = "Network provisioning tool for Xen and Existing Non-Bare Metal" LONG_DESC = """ koan standards for "kickstart-over-a-network" and allows for both |