summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-12-21 14:37:15 -0500
committerJim Meyering <jim@meyering.net>2006-12-21 14:37:15 -0500
commit4dc04445acfdd78c3f697d6fc66945fe48f1dc4f (patch)
treea62637c6362a3eb5246681c9e497db451a4d4212 /cobbler.spec
parentf3a1d51e38c00cc8c636dd119eb0f4f97d3419a6 (diff)
downloadthird_party-cobbler-4dc04445acfdd78c3f697d6fc66945fe48f1dc4f.tar.gz
third_party-cobbler-4dc04445acfdd78c3f697d6fc66945fe48f1dc4f.tar.xz
third_party-cobbler-4dc04445acfdd78c3f697d6fc66945fe48f1dc4f.zip
Add code to minimize times when httpd is restarted during cobbler sync, plus changelog cleanup.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/cobbler.spec b/cobbler.spec
index ba5935c..b663a89 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.3.5
+Version: 0.3.6
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -20,7 +20,7 @@ Url: http://cobbler.et.redhat.com
%description
-Cobbler is a command line tool for configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized ("virt") 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, and managing dhcpd.conf.
+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.
%prep
%setup -q
@@ -57,9 +57,14 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
-* Wed Dec 20 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.5-1
+* Thu Dec 21 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.6-1
+- Upstream changes (see CHANGELOG)
+- Description updated
+
+* Thu Dec 21 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.5-4
- Upstream changes (see CHANGELOG)
- Added createrepo as Requires
+- BuildRequires: python-devel (needed for 2.5)
* Tue Dec 05 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.4-1
- Upstream changes (see CHANGELOG)