Bug 1051191
| Summary: | Trivial change for ppc64le in filesystem spec | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brent Baude <bbaude> |
| Component: | filesystem | Assignee: | Ondrej Vasik <ovasik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ovasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-10 09:40:11 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 | ||
Done in rawhide, filesystem-3.2-23.fc21. |
Please consider the following trivial patch to the filesystem spec to enable ppc64le in the filesystem package: diff --git a/filesystem.spec b/filesystem.spec index d16f7a6..5c94876 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -157,7 +157,7 @@ return 0 /etc/bash_completion.d/ /home /lib -%ifarch x86_64 ppc64 sparc64 s390x aarch64 +%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le /%{_lib} %endif /media @@ -184,7 +184,7 @@ return 0 %ghost /usr/lib/debug/sbin %attr(555,root,root) /usr/lib/games %attr(555,root,root) /usr/lib/sse2 -%ifarch x86_64 ppc64 sparc64 s390x aarch64 +%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le %attr(555,root,root) /usr/%{_lib} %else %attr(555,root,root) /usr/lib/tls