summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/cobbler.spec b/cobbler.spec
index afaec91..b25bf5e 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -29,15 +29,15 @@ Url: http://cobbler.et.redhat.com
%description
-Cobbler is a command line tool for configuration of network
-boot and update servers. It is also available as a Python
-library. Cobbler supports PXE, provisioning virtualized images,
+Cobbler is a network boot and update server.
+It can also be used as a Python library.
+Cobbler supports PXE, provisioning virtualized images,
and reinstalling machines that are already 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,
+importing distributions from DVDs and rsync mirrors, kickstart templating,
integrated yum mirroring, kickstart monitoring, and auto-managing
-dhcpd.conf.
+DHCP configurations for ISC dhcpd and dnsmasq.
%prep
%setup -q
@@ -134,6 +134,11 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jul 02 2007 Michael DeHaan <mdehaan@redhat.com> - 0.5.1-1
+- Upstream changes (see CHANGELOG)
+- Modified description
+- Added logrotate script
+
* Wed Jun 27 2007 Michael DeHaan <mdehaan@redhat.com> - 0.5.0-1
- Upstream changes (see CHANGELOG)
- Added dnsmasq.template