summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-02 17:04:49 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-02 17:04:49 -0400
commitd8bb2c9c4ed991ed643eb0b44769e74b37289cec (patch)
tree772f7207ce209f6f09a56639729173e2779493b6 /cobbler.spec
parent6b45668dde8d84b5e10fe9f42fcbb96d2e592c99 (diff)
downloadthird_party-cobbler-d8bb2c9c4ed991ed643eb0b44769e74b37289cec.tar.gz
third_party-cobbler-d8bb2c9c4ed991ed643eb0b44769e74b37289cec.tar.xz
third_party-cobbler-d8bb2c9c4ed991ed643eb0b44769e74b37289cec.zip
Add logging for cobblerd + logrotate script.
Bumped revision to 0.5.1.
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