diff --git a/.cvsignore b/.cvsignore index dc9d732..6539b97 100644 --- a/.cvsignore +++ b/.cvsignore @@ -17,3 +17,4 @@ cobbler-0.3.7.tar.gz cobbler-0.3.8.tar.gz cobbler-0.3.9.tar.gz cobbler-0.4.0.tar.gz +cobbler-0.4.1.tar.gz diff --git a/cobbler.spec b/cobbler.spec index 8d6060b..6900a12 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,8 +2,8 @@ Summary: Boot server configurator Name: cobbler -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.4.1 +Release: 0%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System @@ -13,6 +13,7 @@ Requires: tftp-server Requires: python-devel Requires: createrepo Requires: mod_python +Requires: python-cheetah Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -90,18 +91,12 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/cobbler/rsync.exclude %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml -%dir %{python_sitelib}/cobbler/Cheetah %{python_sitelib}/cobbler/*.py* %{python_sitelib}/cobbler/yaml/*.py* -%{python_sitelib}/cobbler/Cheetah/*.py* -%{python_sitelib}/cobbler/Cheetah/Macros/*.py* -%{python_sitelib}/cobbler/Cheetah/Templates/*.py* -%{python_sitelib}/cobbler/Cheetah/Tests/*.py* -%{python_sitelib}/cobbler/Cheetah/Tools/*.py* -%{python_sitelib}/cobbler/Cheetah/Utils/*.py* %{_mandir}/man1/cobbler.1.gz %dir /var/lib/cobbler /var/lib/cobbler/elilo-3.6-ia64.efi +/var/lib/cobbler/menu.c32 /var/www/cobbler/watcher.py* /etc/init.d/cobblersyslogd %dir /var/log/cobbler/syslog @@ -110,6 +105,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 19 2007 Michael DeHaan - 0.4.1-0 +- Bundles menu.c32 (syslinux) for those distros that don't provide it. +- Unbundles Cheetah since it's available at http://www.python.org/pyvault/centos-4-i386/ + * Mon Feb 19 2007 Michael DeHaan - 0.4.0-1 - Upstream changes (see CHANGELOG) - Cobbler RPM now owns various directories it uses versus creating them using commands. diff --git a/sources b/sources index 607df6d..a3871f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f3773f5572237647a17bfec45e2d22d cobbler-0.4.0.tar.gz +bf1115930969f5388ff60d401d3c72e8 cobbler-0.4.1.tar.gz