Bug 1076075
| Summary: | powerpc-utils-python add ppc64le archi in spec file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michel Normand <normand> | ||||
| Component: | powerpc-utils-python | Assignee: | Jaromír Cápík <jcapik> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | dan, fkocina, jcapik, ovasik | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | ppc64le | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | powerpc-utils-python-1.2.1-5.fc21 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-03-26 08:53:10 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: | |||||||
| Bug Blocks: | 1051573 | ||||||
| Attachments: |
|
||||||
in fact it should be a noarch package |
Created attachment 873989 [details] powerpc-utils-python.ppc64le.patch Description of problem: powerpc-utils-python failing for ppc64le archi Version-Release number of selected component (if applicable): powerpc-utils-python-1.2.1-4.fc21. Steps to Reproduce: 1. fedpkg clone -a powerpc-utils-python 2. fedpkg prep 3. fedpkg mockbuild Actual results: ... Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target ppc64le --nodeps builddir/build/SPECS/powerpc-utils-python.spec'] with env {'LANG': 'C', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} error: Architecture is not included: ppc64le I am providing a patch of spec file to solve the problem.