rpms/cobbler/FC-5 .cvsignore, 1.10, 1.11 cobbler.spec, 1.9, 1.10 sources, 1.10, 1.11

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


Author: mdehaan

Update of /cvs/extras/rpms/cobbler/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23883

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cobbler/FC-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	20 Dec 2006 22:16:35 -0000	1.10
+++ .cvsignore	18 Jan 2007 15:43:25 -0000	1.11
@@ -7,3 +7,4 @@
 cobbler-0.3.3.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/FC-5/cobbler.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cobbler.spec	20 Dec 2006 22:16:35 -0000	1.9
+++ cobbler.spec	18 Jan 2007 15:43:25 -0000	1.10
@@ -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
@@ -12,6 +12,7 @@
 Requires: tftp-server
 Requires: python-devel
 Requires: createrepo
+BuildRequires: python-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 ExcludeArch: ppc
@@ -19,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
@@ -35,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
@@ -49,16 +53,22 @@
 %{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
 
-* Wed Dec 20 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.5-1
+* 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
+- BuildRequires: python-devel (needed for 2.5)
 
 * Tue Dec 05 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.4-1
 - Upstream changes (see CHANGELOG)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cobbler/FC-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	20 Dec 2006 22:16:35 -0000	1.10
+++ sources	18 Jan 2007 15:43:25 -0000	1.11
@@ -1 +1 @@
-46caea741e971faab6532e22013542d2  cobbler-0.3.5.tar.gz
+34276eb138e26f6e2a08f666432ca925  cobbler-0.3.6.tar.gz




More information about the scm-commits mailing list