From d8bb2c9c4ed991ed643eb0b44769e74b37289cec Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 2 Jul 2007 17:04:49 -0400 Subject: Add logging for cobblerd + logrotate script. Bumped revision to 0.5.1. --- cobbler.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'cobbler.spec') 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 - 0.5.1-1 +- Upstream changes (see CHANGELOG) +- Modified description +- Added logrotate script + * Wed Jun 27 2007 Michael DeHaan - 0.5.0-1 - Upstream changes (see CHANGELOG) - Added dnsmasq.template -- cgit