Bug 1344590
Summary: | Make golang-github-gorilla-context noarch | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Yaakov Selkowitz <yselkowi> | ||||||
Component: | golang-github-gorilla-context | Assignee: | Tomas Hrcka <thrcka> | ||||||
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 7.3 | CC: | dhorak, hannsj_uhl, jfeeney, jwboyer, mcermak, sherold, thrcka, yselkowi | ||||||
Target Milestone: | rc | Keywords: | Patch | ||||||
Target Release: | 7.4 | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2017-08-01 22:02:49 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | 1330711, 1405587 | ||||||||
Bug Blocks: | 1405448, 1429054, 1442149 | ||||||||
Attachments: |
|
Description
Yaakov Selkowitz
2016-06-10 06:49:33 UTC
Created attachment 1166509 [details]
Patch for rhel-7.3
Either this should be made noarch, or ExclusiveArch: %{go_arches}, for enablement of aarch64, ppc64le, and s390x. (In reply to Yaakov Selkowitz from comment #2) > Either this should be made noarch, or ExclusiveArch: %{go_arches}, for > enablement of aarch64, ppc64le, and s390x. Due to how go_arches is provided, this actually needs to be: +ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:x86_64 aarch64 ppc64le s390x} (In reply to Yaakov Selkowitz from comment #3) > (In reply to Yaakov Selkowitz from comment #2) > > Either this should be made noarch, or ExclusiveArch: %{go_arches}, for > > enablement of aarch64, ppc64le, and s390x. > > Due to how go_arches is provided, this actually needs to be: > > +ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:x86_64 aarch64 > ppc64le s390x} That definition didn't work. It tried to build on ppc64 as well for some reason that I don't know. https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=13012563 I went with a straight ExclusiveArch: i686 x86_64 ppc64le aarch64 s390x and it built fine: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=13012621 I'll attach the patch. Created attachment 1271413 [details] Patch to enable multi-arch in 7.4 Can we please get this committed and built? The missing package on these architectures is breaking the compose of Server-optional in 7.4 (bug 1429054) Changed pushed to git. Build started. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2278 |