summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-26 18:03:23 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-26 18:03:23 -0400
commite28fc906e89f31e05a08598a307e1a32d139938b (patch)
treee60a880ee257c3fa855c5de0fb1b7199aa48b69c
parent3cb5e3e7cb6326bfc023e0de7a0cc12743ecb802 (diff)
downloadthird_party-cobbler-e28fc906e89f31e05a08598a307e1a32d139938b.tar.gz
third_party-cobbler-e28fc906e89f31e05a08598a307e1a32d139938b.tar.xz
third_party-cobbler-e28fc906e89f31e05a08598a307e1a32d139938b.zip
Release bump + changelog
-rw-r--r--CHANGELOG4
-rw-r--r--cobbler.spec9
-rw-r--r--setup.py2
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 768f241..be48382 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Thu Apr 26 2007 - 0.4.8
+- Make import friendlier for older distros
+- Make import friendlier for newer createrepos that don't have --basedir
+
* Fri Apr 20 2007 - 0.4.7
- Disable mod_python tracker piece for RHEL5 (replacement eventual).
- Kickstart tracking now understands Apache logs
diff --git a/cobbler.spec b/cobbler.spec
index 0f22089..38049fb 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.4.7
-Release: 5%{?dist}
+Version: 0.4.8
+Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Applications/System
@@ -120,6 +120,11 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+
+* Thu Apr 26 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.8-1
+- Upstream changes (see CHANGELOG)
+- Fix defattr in spec file
+
* Fri Apr 20 2007 Michael DeHaan <mdehaan@redhat.com> - 0.4.7-5
- Upstream changes (see CHANGELOG)
- Added triggers to /var/lib/cobbler/triggers
diff --git a/setup.py b/setup.py
index 9c685bd..7bc519c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.4.7"
+VERSION = "0.4.8"
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.