summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-04 11:12:36 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-04 11:12:36 -0400
commit3774bbc6343e51b4229255b2d6c834ba5a4bb7ed (patch)
tree85c63da94a339c205962a85c9dfd68ed7bbbc495
parent04a40447212e77a3633763340f3553905e306aae (diff)
downloadthird_party-cobbler-3774bbc6343e51b4229255b2d6c834ba5a4bb7ed.tar.gz
third_party-cobbler-3774bbc6343e51b4229255b2d6c834ba5a4bb7ed.tar.xz
third_party-cobbler-3774bbc6343e51b4229255b2d6c834ba5a4bb7ed.zip
Bump release on master branch for future maint release, if any
-rw-r--r--CHANGELOG3
-rw-r--r--cobbler.spec4
-rw-r--r--setup.py2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 983ffe0..bf979d2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+- Wed Jun 03 2008 - 1.0.3
+- Fix error message output from failed kickstart rendering
+
- Tue Jun 03 2008 - 1.0.1
- Fix misformatted warning in "check"
- Do not have RPM own tftpboot, just generate files in TFTP dir as detected
diff --git a/cobbler.spec b/cobbler.spec
index 4370a54..cb249f1 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,8 +2,8 @@
Summary: Boot server configurator
Name: cobbler
AutoReq: no
-Version: 1.0.1
-Release: 2%{?dist}
+Version: 1.0.3
+Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
Group: Applications/System
diff --git a/setup.py b/setup.py
index 63c504a..680f22c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "1.0.1"
+VERSION = "1.0.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/DNS Management. Cobbler also has a Python and XMLRPC API for integration with other applications.