summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--cobbler.spec7
-rw-r--r--setup.py2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 57c46a9..34c45a5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Mon Oct 9 2006 - 0.2.3-1
+- Cobbler now creates a profile and system listing (YAML) in /var needed
+ by the next version of koan (which will be 0.2.1)
+
* Fri Oct 6 2006 - 0.2.2-1
- bugfix: "--pxe-hostname" made available in CLI and renamed as "--pxe-address"
- workaround: elilo doesn't do MAC address pxe config files, use IP for ia64
diff --git a/cobbler.spec b/cobbler.spec
index 9923745..0782b41 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.2.2
+Version: 0.2.3
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -15,7 +15,7 @@ Requires: pexpect
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
ExcludeArch: ppc
-Url: http://et.redhat.com/~mdehaan/cobbler
+Url: http://cobbler.et.redhat.com
%description
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS CHANGELOG NEWS README COPYING
%changelog
+* Mon Oct 9 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.3-1
+- Upstream features (see CHANGELOG) & URL update
+
* Fri Oct 6 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.2-1
- Upstream bugfixes
diff --git a/setup.py b/setup.py
index 01b9c82..8e710c7 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.2.2"
+VERSION = "0.2.3"
SHORT_DESC = "Boot server configurator"
LONG_DESC = """
Cobbler is a command line tool for simplified configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, Xen, and re-provisioning an existing Linux system via auto-kickstart. The last two modes require 'koan' to be run on the remote system.