From 5da91f89c12b998a4e83db4d21ec6086aca37feb Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 11 Apr 2008 12:17:42 -0400 Subject: Import now takes an --arch, which is now a recommended field, to ensure best practices in naming. --- website/new/download.html | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'website') diff --git a/website/new/download.html b/website/new/download.html index 821d6849..977fb1bc 100644 --- a/website/new/download.html +++ b/website/new/download.html @@ -48,31 +48,24 @@ The lastest stable releases of Cobbler and Koan are included in

-

Source RPM Build Instructions for RHEL5

+

Source RPM Build Instructions for RHEL 4/5

    - -
  • Grab python-setuputils from here
  • -
  • Grab python-cheetah and yum-utils from here: here
  • -
  • rpmbuild --rebuild those RPMs and then install them
  • -
  • now rebuild --rebuild and install Cobbler from it's source RPM
  • +
  • Grab python-setuputils and python-cheetah from EPEL and install them. These are found in the main EPEL repo, not EPEL testing -- here's the link: i386 and x86_64.
  • +
  • now rpmbuild --rebuild cobbler*.src.rpm
  • +
  • install the RPM, which is now built in /usr/src/redhat/RPMS/noarch
  • +
  • satisfy any dependencies you have by using yum and the EPEL 5 repos
-- cgit