Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1103452 Details for
Bug 1193178
RHEL7.2 - ghc_arches and ocaml_arches not up to date for ppc64le/aarch64
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add aarch64 and ppc64le to ghc, ocaml, and GNAT arches (#1193178)
Add-aarch64-and-ppc64le-to-ghc-ocaml-and-GNAT-arch.patch (text/plain), 3.21 KB, created by
Yaakov Selkowitz
on 2015-12-08 04:42:55 UTC
(
hide
)
Description:
Add aarch64 and ppc64le to ghc, ocaml, and GNAT arches (#1193178)
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2015-12-08 04:42:55 UTC
Size:
3.21 KB
patch
obsolete
>From d877b7e6224053781689dba891aaac2faba50ef6 Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowi@redhat.com> >Date: Mon, 7 Dec 2015 22:41:56 -0600 >Subject: [PATCH] Add aarch64 and ppc64le to ghc, ocaml, and GNAT arches > (#1193178) > >--- > redhat-rpm-config-9.1.0-arches-macros.patch | 6 +++--- > redhat-rpm-config.spec | 5 ++++- > 2 files changed, 7 insertions(+), 4 deletions(-) > >diff --git a/redhat-rpm-config-9.1.0-arches-macros.patch b/redhat-rpm-config-9.1.0-arches-macros.patch >index ccb7f3e..0b897a5 100644 >--- a/redhat-rpm-config-9.1.0-arches-macros.patch >+++ b/redhat-rpm-config-9.1.0-arches-macros.patch >@@ -3,7 +3,7 @@ diff -uNr redhat-rpm-config-9.1.0-orig/macros.ghc-srpm redhat-rpm-config-9.1.0/m > +++ redhat-rpm-config-9.1.0/macros.ghc-srpm 2011-05-27 10:19:29.504287354 -0500 > @@ -0,0 +1,3 @@ > +# macro defining the archs that ghc runs on in fedora >-+%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x >++%ghc_arches %{ix86} x86_64 ppc ppc64 ppc64le alpha sparcv9 armv7hl armv5tel s390 s390x aarch64 > +%ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel > diff -uNr redhat-rpm-config-9.1.0-orig/macros.mono-srpm redhat-rpm-config-9.1.0/macros.mono-srpm > --- redhat-rpm-config-9.1.0-orig/macros.mono-srpm 1969-12-31 18:00:00.000000000 -0600 >@@ -26,7 +26,7 @@ diff -uNr redhat-rpm-config-9.1.0-orig/macros.ocaml-srpm redhat-rpm-config-9.1.0 > +++ redhat-rpm-config-9.1.0/macros.ocaml-srpm 2011-05-27 10:42:10.638194240 -0500 > @@ -0,0 +1,2 @@ > +# arches that ocaml runs on >-+%ocaml_arches alpha %{arm} %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64 >++%ocaml_arches aarch64 alpha %{arm} %{ix86} ia64 x86_64 ppc ppc64 ppc64le sparc sparcv9 > diff -uNr redhat-rpm-config-9.1.0-orig/macros.gnat-srpm redhat-rpm-config-9.1.0/macros.gnat-srpm > --- redhat-rpm-config-9.1.0-orig/macros.gnat-srpm 1970-01-01 01:00:00.000000000 +0100 > +++ redhat-rpm-config-9.1.0/macros.gnat-srpm 2012-01-05 17:04:35.000000000 +0100 >@@ -34,7 +34,7 @@ diff -uNr redhat-rpm-config-9.1.0-orig/macros.gnat-srpm redhat-rpm-config-9.1.0/ > +# GNAT_arches lists the architectures where GNAT is available in Fedora. Ada > +# packages won't build on other architectures until GNAT is bootstrapped for > +# them. >-+%GNAT_arches %{ix86} x86_64 ia64 ppc ppc64 alpha >++%GNAT_arches %{ix86} x86_64 ia64 ppc ppc64 ppc64le alpha aarch64 > diff -uNr redhat-rpm-config-9.1.0-orig/Makefile redhat-rpm-config-9.1.0/Makefile > --- redhat-rpm-config-9.1.0-orig/Makefile 2010-02-02 03:24:04.000000000 -0600 > +++ redhat-rpm-config-9.1.0/Makefile 2011-05-27 10:43:34.898205307 -0500 >diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec >index 5969b7c..9ee77ab 100644 >--- a/redhat-rpm-config.spec >+++ b/redhat-rpm-config.spec >@@ -1,7 +1,7 @@ > Summary: Red Hat specific rpm configuration files > Name: redhat-rpm-config > Version: 9.1.0 >-Release: 68%{?dist} >+Release: 69%{?dist} > # No version specified. > License: GPL+ > Group: Development/System >@@ -162,6 +162,9 @@ rm -rf ${RPM_BUILD_ROOT} > %{_sysconfdir}/rpm/* > > %changelog >+* Tue Dec 08 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 9.1.0-69 >+- Add aarch64 and ppc64le to ghc, ocaml, and GNAT arches (#1193178) >+ > * Wed Nov 12 2014 Weiping Pan <wpan@redhat.com> - 9.1.0-68 > - fix kabi path (#1126086) > >-- >2.4.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1193178
:
992326
| 1103452