summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-06 17:06:38 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-06 17:06:38 -0500
commit933d36ae2243bd1827459b26a6c7784b084aeb84 (patch)
tree0d4164ac69b95e3c775f57b2909885a50ea5d78f /cobbler.spec
parent6149c9a783d2e5630fd2138e842fd19eea4dab30 (diff)
downloadthird_party-cobbler-933d36ae2243bd1827459b26a6c7784b084aeb84.tar.gz
third_party-cobbler-933d36ae2243bd1827459b26a6c7784b084aeb84.tar.xz
third_party-cobbler-933d36ae2243bd1827459b26a6c7784b084aeb84.zip
Removing yum-utils as a package requirement because the version in EPEL does not contain reposync or yumdownloader. Given that, we will now have cobbler check looking for it, and warning about it being missing, rather than making it a hard requirement.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler.spec b/cobbler.spec
index 26a5d62..0cad7ff 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -13,7 +13,6 @@ Requires: python-devel
Requires: createrepo
Requires: mod_python
Requires: python-cheetah
-Requires: yum-utils
Requires: rhpl
%ifarch i386 i686 x86_64
Requires: syslinux
@@ -199,6 +198,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
- backup state files on upgrade
- cobbler sync now has pre/post triggers, so package those dirs/files
- WebUI now has .htaccess file
+- removed yum-utils as a requirement
* Fri Sep 28 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.2-2
- Upstream changes (see CHANGELOG)