[Yum-devel] [PATCH] we need to set the basearch on arm hardware to arm.

seth vidal skvidal at fedoraproject.org
Tue May 31 15:31:11 UTC 2011


On Sat, 2011-05-28 at 09:59 -0500, Dennis Gilmore wrote:
> ---
>  rpmUtils/arch.py |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/rpmUtils/arch.py b/rpmUtils/arch.py
> index 72cba60..6082005 100644
> --- a/rpmUtils/arch.py
> +++ b/rpmUtils/arch.py
> @@ -359,6 +359,8 @@ def getBaseArch(myarch=None):
>          return "sparc"
>      elif myarch.startswith("ppc64"):
>          return "ppc"
> +    elif myarch.startswith("arm"):
> +        return "arm"
>          
>      if isMultiLibArch(arch=myarch):
>          if myarch in multilibArches:


Looks like you got your wish! James committed your patch this morning
-sv




More information about the Yum-devel mailing list