rpms/cobbler/devel .cvsignore, 1.9, 1.10 cobbler.spec, 1.8, 1.9 sources, 1.10, 1.11

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Tue Dec 12 20:47:40 UTC 2006


Author: mdehaan

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

Modified Files:
	.cvsignore cobbler.spec sources 
Log Message:
Bringing devel up to FC-6 levels.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cobbler/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	18 Oct 2006 18:22:59 -0000	1.9
+++ .cvsignore	12 Dec 2006 20:47:10 -0000	1.10
@@ -6,3 +6,4 @@
 cobbler-0.2.6.tar.gz
 cobbler-0.2.7.tar.gz
 cobbler-0.2.8.tar.gz
+cobbler-0.3.4.tar.gz


Index: cobbler.spec
===================================================================
RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cobbler.spec	18 Oct 2006 18:22:59 -0000	1.8
+++ cobbler.spec	12 Dec 2006 20:47:10 -0000	1.9
@@ -2,7 +2,7 @@
 
 Summary: Boot server configurator
 Name: cobbler
-Version: 0.2.8
+Version: 0.3.4
 Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -10,6 +10,7 @@
 Requires: python >= 2.3
 Requires: httpd
 Requires: tftp-server
+BuildRequires: python-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 ExcludeArch: ppc
@@ -17,10 +18,7 @@
 
 %description
 
-Cobbler is a command line tool for simplified configuration of provisioning
-servers.  It is also accessible as a Python library.  Cobbler supports PXE,
-Xen, and re-provisioning an existing Linux system via auto-kickstart.  The
-last two modes require 'koan' to be run on the remote system.
+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.
 
 %prep
 %setup -q
@@ -39,8 +37,11 @@
 %defattr(-,root,root)
 %{_bindir}/cobbler
 %dir /etc/cobbler
-/etc/cobbler/*.ks
-/etc/cobbler/dhcp.template
+%config(noreplace) /etc/cobbler/default.ks
+%config(noreplace) /etc/cobbler/kickstart_fc5.ks
+%config(noreplace) /etc/cobbler/dhcp.template
+%config(noreplace) /etc/cobbler/default.pxe
+%config(noreplace) /etc/cobbler/rsync.exclude
 %dir %{python_sitelib}/cobbler
 %dir %{python_sitelib}/cobbler/yaml
 %{python_sitelib}/cobbler/*.py*
@@ -54,6 +55,27 @@
 
 %changelog
 
+* Tue Dec 05 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.4-1
+- Upstream changes (see CHANGELOG)
+
+* Tue Nov 14 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.3-1
+- Upstream changes (see CHANGELOG)
+
+* Thu Oct 26 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.2-1
+- Upstream changes (see CHANGELOG)
+
+* Wed Oct 25 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.1-1
+- Upstream changes (see CHANGELOG)
+- Updated description
+
+* Tue Oct 24 2006 Michael DeHaan <mdehaan at redhat.com> - 0.3.0-1
+- Upstream changes (see CHANGELOG)
+- Marked files in /etc/cobbler as config
+- Marked /etc/cobbler/dhcpd.template as noreplace 
+
+* Tue Oct 24 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.9-1
+- Upstream changes (see CHANGELOG)
+
 * Wed Oct 18 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.8-1
 - Upstream changes (see CHANGELOG)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cobbler/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	18 Oct 2006 18:22:59 -0000	1.10
+++ sources	12 Dec 2006 20:47:10 -0000	1.11
@@ -1 +1 @@
-f6f86ccf17ad4bfbd167291cf748eb01  cobbler-0.2.8.tar.gz
+7748c066a0f069befbbbc336eb702c23  cobbler-0.3.4.tar.gz




More information about the scm-commits mailing list