summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-10-08 10:40:41 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-10-08 10:40:41 -0400
commitc53ab1d55d6e0ab7f2c70af7b667fb86b10b3f9a (patch)
tree01aa848022784e5e78a5aadcab8ad303b36c0ec4
parentf3f4e295bacc523a3a41b348e1c5d07f2d27c3df (diff)
downloadthird_party-cobbler-c53ab1d55d6e0ab7f2c70af7b667fb86b10b3f9a.tar.gz
third_party-cobbler-c53ab1d55d6e0ab7f2c70af7b667fb86b10b3f9a.tar.xz
third_party-cobbler-c53ab1d55d6e0ab7f2c70af7b667fb86b10b3f9a.zip
Release bump.
-rw-r--r--CHANGELOG3
-rw-r--r--cobbler.spec7
-rw-r--r--setup.py2
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0fe19d7..93b2219 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Mon Oct 08 2007 - 0.6.3
+- Replace @@server@@ in repo config files
+
* Fri Sep 28 2007 - 0.6.2
- cobbler repo auto-add to discover yum repos automatically
- fix bug that allows empty mac addresses (None) in dhcpd.conf
diff --git a/cobbler.spec b/cobbler.spec
index 6a17d5a..2e68bed 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -1,8 +1,8 @@
%{!?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.2
-Release: 2%{?dist}
+Version: 0.6.3
+Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
Group: Applications/System
@@ -174,6 +174,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Oct 08 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.3-1
+- Upstream changes (see CHANGELOG)
+
* Fri Sep 28 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.2-2
- Upstream changes (see CHANGELOG)
- removed syslinux as a requirement (cobbler check will detect absense)
diff --git a/setup.py b/setup.py
index f753f47..9533127 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.6.2"
+VERSION = "0.6.3"
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.