summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-06 10:39:05 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-06 10:39:05 -0500
commit35a0320e643c79aa2380a00e3fdd4bf460d3f1ff (patch)
tree6f5d30b7a4a85522076fd3d39a2c5cffcb3c42ea /cobbler.spec
parent0805e18d1e4077605b382acb9322996a90782c4d (diff)
downloadthird_party-cobbler-35a0320e643c79aa2380a00e3fdd4bf460d3f1ff.tar.gz
third_party-cobbler-35a0320e643c79aa2380a00e3fdd4bf460d3f1ff.tar.xz
third_party-cobbler-35a0320e643c79aa2380a00e3fdd4bf460d3f1ff.zip
Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we only
use when the kerberos auth type is engaged.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler.spec b/cobbler.spec
index afb3db6..4a8c0be 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -1,6 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Boot server configurator
Name: cobbler
+AutoReq: no
Version: 0.7.0
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
@@ -190,6 +191,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
* Thu Nov 15 2007 Michael DeHaan <mdehaan@redhat.com> - 0.7.0-1
- Upstream changes (see CHANGELOG), testing branch
- Don't require syslinux
+- Disable autoreq to avoid slurping in perl modules
* Wed Nov 14 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.4-2
- Upstream changes (see CHANGELOG)