rpms/cobbler/devel .cvsignore, 1.11, 1.12 cobbler.spec, 1.13, 1.14 sources, 1.13, 1.14

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Thu Jan 18 15:39:54 UTC 2007


Author: mdehaan

Update of /cvs/extras/rpms/cobbler/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23601

Modified Files:
	.cvsignore cobbler.spec sources 
Log Message:
Updating to 0.3.6




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cobbler/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	20 Dec 2006 22:11:51 -0000	1.11
+++ .cvsignore	18 Jan 2007 15:39:23 -0000	1.12
@@ -8,3 +8,4 @@
 cobbler-0.2.8.tar.gz
 cobbler-0.3.4.tar.gz
 cobbler-0.3.5.tar.gz
+cobbler-0.3.6.tar.gz


Index: cobbler.spec
===================================================================
RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cobbler.spec	21 Dec 2006 17:44:15 -0000	1.13
+++ cobbler.spec	18 Jan 2007 15:39:23 -0000	1.14
@@ -2,8 +2,8 @@
 
 Summary: Boot server configurator
 Name: cobbler
-Version: 0.3.5
-Release: 4%{?dist}
+Version: 0.3.6
+Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: Applications/System
@@ -20,7 +20,7 @@
 
 %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 network boot and update servers.  It 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, kickstart monitoring, and auto-managing dhcpd.conf.
 
 %prep
 %setup -q
@@ -36,6 +36,9 @@
 test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 
 %files
+%defattr(-,apache,apache)
+%dir /var/log/cobbler
+%dir /var/log/cobbler/kicklog
 %defattr(-,root,root)
 %{_bindir}/cobbler
 %dir /etc/cobbler
@@ -50,13 +53,18 @@
 %{python_sitelib}/cobbler/yaml/*.py*
 %{_mandir}/man1/cobbler.1.gz
 %dir /var/lib/cobbler
-%dir /var/www/cobbler
 /var/lib/cobbler/elilo-3.6-ia64.efi
+/var/www/cobbler/watcher.py*
 
 %doc AUTHORS CHANGELOG NEWS README COPYING
 
 %changelog
 
+* Thu Dec 21 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.6-1
+- Upstream changes (see CHANGELOG)
+- Description updated
+- Added mod_python kickstart watcher script and associated logging changes
+
 * Thu Dec 21 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.5-4
 - Upstream changes (see CHANGELOG)
 - Added createrepo as Requires


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cobbler/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	21 Dec 2006 17:44:15 -0000	1.13
+++ sources	18 Jan 2007 15:39:23 -0000	1.14
@@ -1 +1 @@
-ffbc5fd755978b076f95fb9386e48d10  cobbler-0.3.5.tar.gz
+34276eb138e26f6e2a08f666432ca925  cobbler-0.3.6.tar.gz




More information about the fedora-extras-commits mailing list