summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-02 11:01:08 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-02 11:01:08 -0400
commit381a477f3b069feabb6e00320f2fcd8ad55fac29 (patch)
tree79ae6a4fdc1f3d9d30c3367c5c30f612c46248de
parent11b832f8f22f4df920f71e8e7f85bb5c631ca034 (diff)
downloadthird_party-cobbler-381a477f3b069feabb6e00320f2fcd8ad55fac29.tar.gz
third_party-cobbler-381a477f3b069feabb6e00320f2fcd8ad55fac29.tar.xz
third_party-cobbler-381a477f3b069feabb6e00320f2fcd8ad55fac29.zip
Preparation for later 0.4.6 release
-rw-r--r--CHANGELOG1
-rw-r--r--cobbler.spec7
-rw-r--r--setup.py2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 99e1521..353038e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ Cobbler CHANGELOG
* TBA - 0.4.6
- Bugfix: Bind cobbler_syslogd to all addresses
- Bugfix: Store repos as list, not string
+- Bugfix: Fix traceback in cobbler_sync with older configurations (pre-kickstart tracking)
* Fri Mar 23 2007 - 0.4.5
- Removed legacy --virt-name parameter, requires koan upgrade to 0.2.8
diff --git a/cobbler.spec b/cobbler.spec
index f8e4c21..0a802e8 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,8 +2,8 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.4.5
-Release: 3%{?dist}
+Version: 0.4.6
+Release: 0%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Applications/System
@@ -110,6 +110,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 02 23 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.6-0
+- Upstream changes (see CHANGELOG)
+
* Fri Mar 23 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.5-3
- Upstream changes (see CHANGELOG)
- Fix sticky bit on /var/www/cobbler files
diff --git a/setup.py b/setup.py
index 105cc07..7aba373 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.4.5"
+VERSION = "0.4.6"
SHORT_DESC = "Boot and update server configurator"
LONG_DESC = """
Cobbler is a command line tool for configuration of boot/provisioning, and update servers which is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, integrated yum mirroring (and linking repository setup with kickstarts), plus managing dhcpd.conf.