From 2246bd2588e7dd84747ceb0f799a8987a07d0d34 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 27 Apr 2007 10:52:24 -0400 Subject: Release bump --- CHANGELOG | 4 ++++ cobbler.spec | 5 ++++- setup.py | 2 +- 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 - 0.4.9-1 +- Upstream changes (see CHANGELOG) + * Thu Apr 26 2007 Michael DeHaan - 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. -- cgit