summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-19 15:42:51 -0500
committerJim Meyering <jim@meyering.net>2007-02-19 15:42:51 -0500
commit5a186d963ae3c89af01bdc71be0c73f294463c38 (patch)
treee5ec1d4ba7b8413365a23b0fee8267699b9e57ce /cobbler.spec
parent2bb24f6178d3d930f10906a0e80c7d5f272668f0 (diff)
downloadthird_party-cobbler-5a186d963ae3c89af01bdc71be0c73f294463c38.tar.gz
third_party-cobbler-5a186d963ae3c89af01bdc71be0c73f294463c38.tar.xz
third_party-cobbler-5a186d963ae3c89af01bdc71be0c73f294463c38.zip
Unbundling Cheetah.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec9
1 files changed, 2 insertions, 7 deletions
diff --git a/cobbler.spec b/cobbler.spec
index f3df5a2..6900a12 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -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,15 +91,8 @@ 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
@@ -113,6 +107,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
* Mon Feb 19 2007 Michael DeHaan <mdehaan@redhat.com> - 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 <mdehaan@redhat.com> - 0.4.0-1
- Upstream changes (see CHANGELOG)