From 1926b5d56290de1a0e10627644713890ce7b9351 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Dec 12 2006 20:47:10 +0000 Subject: Bringing devel up to FC-6 levels. --- diff --git a/.cvsignore b/.cvsignore index 8f816ce..35e4388 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ cobbler-0.2.5.tar.gz cobbler-0.2.6.tar.gz cobbler-0.2.7.tar.gz cobbler-0.2.8.tar.gz +cobbler-0.3.4.tar.gz diff --git a/cobbler.spec b/cobbler.spec index 4fe0a01..c514421 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -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 @@ Group: Applications/System 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 @@ Url: http://cobbler.et.redhat.com %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 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %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 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 05 2006 Michael DeHaan - 0.3.4-1 +- Upstream changes (see CHANGELOG) + +* Tue Nov 14 2006 Michael DeHaan - 0.3.3-1 +- Upstream changes (see CHANGELOG) + +* Thu Oct 26 2006 Michael DeHaan - 0.3.2-1 +- Upstream changes (see CHANGELOG) + +* Wed Oct 25 2006 Michael DeHaan - 0.3.1-1 +- Upstream changes (see CHANGELOG) +- Updated description + +* Tue Oct 24 2006 Michael DeHaan - 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 - 0.2.9-1 +- Upstream changes (see CHANGELOG) + * Wed Oct 18 2006 Michael DeHaan - 0.2.8-1 - Upstream changes (see CHANGELOG) diff --git a/sources b/sources index 7f2217c..c98c77e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6f86ccf17ad4bfbd167291cf748eb01 cobbler-0.2.8.tar.gz +7748c066a0f069befbbbc336eb702c23 cobbler-0.3.4.tar.gz