Bug 1316645

Summary: flannel need to add ppc64le in list of architecture
Product: [Fedora] Fedora Reporter: Michel Normand <normand>
Component: flannelAssignee: Jan Chaloupka <jchaloup>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: bugproxy, eparis, golang-updates, hannsj_uhl, jchaloup, linville, nhorman, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: flannel-0.5.5-4.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-10 22:38: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:
Bug Depends On:    
Bug Blocks: 1051573, 1315381    

Description Michel Normand 2016-03-10 16:33:55 UTC
flannel need to add ppc64le in list of architecture

the flannel.spec ExclusiveArch need to be updated to add ppc64le (not ppc64)
refer to similar bug # 1315903 on docker. 

=== from:
ExclusiveArch:  Nix86} x86_64 %{arm}
=== to:
#ExclusiveArch: %%{go_arches}
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips}
===

Comment 1 Jan Chaloupka 2016-03-10 22:38:49 UTC
Etcd needs to be build first on ppc64el before flannel.