From e4500a16b1c2810d7acbf3b293eaf5237c21d2cd Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sep 27 2006 20:13:11 +0000 Subject: auto-import cobbler-0.1.1-8 on branch devel from cobbler-0.1.1-8.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..03bdfd0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +cobbler-0.1.1.tar.gz diff --git a/cobbler.spec b/cobbler.spec new file mode 100644 index 0000000..d085cad --- /dev/null +++ b/cobbler.spec @@ -0,0 +1,65 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Summary: Boot server configurator +Name: cobbler +Version: 0.1.1 +Release: 8%{?dist} +Source0: %{name}-%{version}.tar.gz +License: GPL +Group: Applications/System +Requires: python >= 2.3 +Requires: httpd +Requires: tftp-server +Requires: python-cheetah +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildArch: noarch +Url: http://et.redhat.com/page/Cobbler_%26_Koan_Provisioning_Tools + +%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. + +%prep +%setup -q + +%build +python setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%{_bindir}/cobbler +%dir %{python_sitelib}/cobbler +%dir %{python_sitelib}/cobbler/yaml +%{python_sitelib}/cobbler/*.py* +%{python_sitelib}/cobbler/yaml/*.py* +%{_mandir}/man1/cobbler.1.gz + +%doc AUTHORS CHANGELOG NEWS README COPYING + +%changelog +* Thu Sep 21 2006 - 0.1.1-8 +- Added doc files to %doc, removed INSTALLED_FILES code +* Wed Sep 20 2006 - 0.1.1-7 +- Upstream updates +* Fri Sep 15 2006 - 0.1.1-6 +- Make koan own it's directory, add GPL "COPYING" file. +* Wed Aug 16 2006 - 0.1.1-5 +- Spec file tweaks only for FC-Extras +* Thu Jul 20 2006 - 0.1.1-4 +- Fixed python import paths in yaml code, which errantly assumed yaml was installed as a module. +* Wed Jul 12 2006 - 0.1.1-3 +- Added templating support using Cheetah +* Thu Jul 9 2006 - 0.1.0-2 +- Fedora-Extras rpm spec tweaks +* Tue Jun 28 2006 - 0.1.0-1 +- rpm genesis diff --git a/sources b/sources index e69de29..0b9e8f0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c48fc1ba04be7372537dc6483dea5de5 cobbler-0.1.1.tar.gz