summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-27 10:52:24 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-27 10:52:24 -0400
commit2246bd2588e7dd84747ceb0f799a8987a07d0d34 (patch)
tree5f5f5e2c82cfc4d966ce36c47d6324e20d2eabeb
parente677030f027c3fcdcb842a1a95afc943125c2268 (diff)
downloadthird_party-cobbler-2246bd2588e7dd84747ceb0f799a8987a07d0d34.tar.gz
third_party-cobbler-2246bd2588e7dd84747ceb0f799a8987a07d0d34.tar.xz
third_party-cobbler-2246bd2588e7dd84747ceb0f799a8987a07d0d34.zip
Release bump
-rw-r--r--CHANGELOG4
-rw-r--r--cobbler.spec5
-rw-r--r--setup.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index be48382..6a356fa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Fri Apr 27 2007 - 0.4.9
+- Remove hardcode of /var/www/cobbler in cobblerd
+- Fix warning message error for "cobbler check" and /etc/dhcpd.conf
+
* Thu Apr 26 2007 - 0.4.8
- Make import friendlier for older distros
- Make import friendlier for newer createrepos that don't have --basedir
diff --git a/cobbler.spec b/cobbler.spec
index 38049fb..0d8cc7d 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.4.8
+Version: 0.4.9
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -121,6 +121,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Apr 27 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.9-1
+- Upstream changes (see CHANGELOG)
+
* Thu Apr 26 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.8-1
- Upstream changes (see CHANGELOG)
- Fix defattr in spec file
diff --git a/setup.py b/setup.py
index 7bc519c..0abb52c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.4.8"
+VERSION = "0.4.9"
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.