summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-10-02 16:16:49 -0400
committerMichael DeHaan <mdehaan@redhat.com>2009-10-02 16:16:49 -0400
commita65ac6510996cebf475e331eec8323fcb93f0125 (patch)
tree79eba356394e6440face0c35b8f29f27cdc50d45
parent67d165c39a1a1a66da56cd3eaf2a7ffcdd0823aa (diff)
downloadcobbler-a65ac6510996cebf475e331eec8323fcb93f0125.tar.gz
cobbler-a65ac6510996cebf475e331eec8323fcb93f0125.tar.xz
cobbler-a65ac6510996cebf475e331eec8323fcb93f0125.zip
Release bump for 2.0.1
-rw-r--r--cobbler.spec9
-rw-r--r--setup.py4
2 files changed, 6 insertions, 7 deletions
diff --git a/cobbler.spec b/cobbler.spec
index 734388af..cd14ca15 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -6,7 +6,7 @@ Summary: Boot server configurator
Name: cobbler
License: GPLv2+
AutoReq: no
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Source0: cobbler-%{version}.tar.gz
Group: Applications/System
@@ -76,8 +76,7 @@ integrates with cobbler. There is also a web interface
include importing distributions from DVDs and rsync
mirrors, kickstart templating, integrated yum
mirroring, and built-in DHCP/DNS Management. Cobbler has
-a Python and XMLRPC API for integration with other
-applications.
+a XMLRPC API for integration with other applications.
%prep
%setup -q
@@ -292,7 +291,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%package -n koan
Summary: Helper tool that performs cobbler orders on remote machines.
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Group: Applications/System
Requires: mkinitrd
@@ -339,7 +338,7 @@ of an existing system. For use with a boot-server configured with Cobbler
%package -n cobbler-web
Summary: Web interface for Cobbler
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Group: Applications/System
Requires: cobbler
diff --git a/setup.py b/setup.py
index 57f46076..ec467f4c 100644
--- a/setup.py
+++ b/setup.py
@@ -9,10 +9,10 @@ import cobbler.sub_process as subprocess
import Cheetah.Template as Template
import time
-VERSION = "2.0.0"
+VERSION = "2.0.1"
SHORT_DESC = "Network Boot and Update Server"
LONG_DESC = """
-Cobbler is a network install server. Cobbler supports PXE, virtualized installs, and reinstalling existing Linux machines. The last two modes use a helper tool, '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 has a Python and XMLRPC API for integration with other applications. There is also a web interface.
+Cobbler is a network install server. Cobbler supports PXE, virtualized installs, and reinstalling existing Linux machines. The last two modes use a helper tool, '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 has a XMLRPC API for integration with other applications. There is also a web interface.
"""
TEMPLATES_DIR = "installer_templates"
DEFAULTS = os.path.join(TEMPLATES_DIR, "defaults")