From 933d36ae2243bd1827459b26a6c7784b084aeb84 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 6 Nov 2007 17:06:38 -0500 Subject: 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. --- cobbler.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler.spec') 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 - 0.6.2-2 - Upstream changes (see CHANGELOG) -- cgit