change request, create maps for ppc64

Toshio Kuratomi a.badger at gmail.com
Thu May 13 16:15:50 UTC 2010


On Thu, May 13, 2010 at 10:24:55AM -0500, Dennis Gilmore wrote:
> On Thursday 13 May 2010 10:16:22 am Dennis Gilmore wrote:
> > I want to apply the following patch to make ppc64 a valid arch.
> > 
> > I noticed that there were no el6 maps for ppc64  el-6 we are shipping
> > ppc64, i386 and x86_64  this is because RHEL switched the base userland
> > from 32 bit to 64 bit
> > 
> > Dennis
> > 
> > diff --git a/modules/maps/files/parse9.pl b/modules/maps/files/parse9.pl
> > index 5d35e01..2cfd65d 100755
> > --- a/modules/maps/files/parse9.pl
> > +++ b/modules/maps/files/parse9.pl
> > @@ -47,6 +47,8 @@ sub valid_arch {
> >      return 1;
> >    } elsif("$arch" eq "ppc") {
> >      return 1;
> > +  } elsif("$arch" eq "ppc64") {
> > +    return 1;
> >    } elsif("$arch" eq "ia64") {
> >      return 1;
> >    } elsif("$arch" eq "sparc") {
> 
> 
> i want to actually make the change
> diff --git a/modules/maps/files/parse9.pl b/modules/maps/files/parse9.pl
> index 5d35e01..eb8602e 100755
> --- a/modules/maps/files/parse9.pl
> +++ b/modules/maps/files/parse9.pl
> @@ -47,6 +47,8 @@ sub valid_arch {
>      return 1;
>    } elsif("$arch" eq "ppc") {
>      return 1;
> +  } elsif("$arch" eq "ppc64") {
> +    return 1;
>    } elsif("$arch" eq "ia64") {
>      return 1;
>    } elsif("$arch" eq "sparc") {
> @@ -59,6 +61,10 @@ sub valid_arch {
>      return 1;
>    } elsif("$arch" eq "arm") {
>      return 1;
> +  } elsif("$arch" eq "s390") {
> +    return 1;
> +  } elsif("$arch" eq "s390x") {
> +    return 1;
>    } else {
>      return 0;
>    }
> 
> the s390 arches are missing also


+1

-Toshio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20100513/b9f8bbb8/attachment-0001.bin 


More information about the infrastructure mailing list