summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-08-13 17:37:28 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-08-13 17:37:28 -0400
commitcda9754a7ab3172ca45d083d7ee9d3bc7aa2c88e (patch)
treea1ee7bb6e961859c20360ce538f6f0aebe0e3e3c
parent285c8d454b2edb8cfd3aa2703eeb9ea77f7d4f64 (diff)
downloadthird_party-cobbler-cda9754a7ab3172ca45d083d7ee9d3bc7aa2c88e.tar.gz
third_party-cobbler-cda9754a7ab3172ca45d083d7ee9d3bc7aa2c88e.tar.xz
third_party-cobbler-cda9754a7ab3172ca45d083d7ee9d3bc7aa2c88e.zip
Release bump
-rw-r--r--CHANGELOG6
-rw-r--r--cobbler.spec5
-rw-r--r--setup.py2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 55c6da6..02f5880 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,15 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Mon Aug 10 2007 - 0.6.1
+- re enable --resolve in yumdownloader
+- fix get_distros_for_koan API function in cobblerd (not used by koan)
+
* Thu Aug 09 2007 - 0.6.0
- bugfix in error path in "cobbler check"
- stable release for 0.5.x
-* Thr Jul 26 2007 - 0.5.2 (RC)
+* Thu Jul 26 2007 - 0.5.2 (RC)
- Have cobbler check ensure services are started
- Add cobbler validateks command to look for broken rendered kickstarts
- Added -v/--version
diff --git a/cobbler.spec b/cobbler.spec
index 8bd58ed..abd3501 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Boot server configurator
Name: cobbler
-Version: 0.6.0
+Version: 0.6.1
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -142,6 +142,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Aug 10 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.1-1
+- Upstream changes (see CHANGELOG)
+
* Thu Aug 09 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.0-1
- Upstream changes (see CHANGELOG)
diff --git a/setup.py b/setup.py
index b677f3e..df2dc2c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.6.0"
+VERSION = "0.6.1"
SHORT_DESC = "Network Boot and Update Server"
LONG_DESC = """
Cobbler is a network boot and update server. Cobbler supports PXE, provisioning virtualized images, and reinstalling existing Linux machines. The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP Management. Cobbler has a Python API for integration with other GPL systems management applications.