diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml index 3e1ce3264..51c12cf47 100755 --- a/builder/templates/make-template.ml +++ b/builder/templates/make-template.ml @@ -860,7 +860,7 @@ and make_rhel_yum_conf major minor arch = sprintf "http://download.devel.redhat.com/released/RHEL-%d/%d.%d" major major minor in sprintf "%s/Server/%s/os" topurl (string_of_arch arch), - sprintf "%s/Server/source/SRPMS" topurl, + sprintf "%s/Server/source/tree" topurl, Some (sprintf "%s/Server-optional/%s/os" topurl (string_of_arch arch), sprintf "%s/Server-optional/source/tree" topurl) | _ -> assert false in