Bug 1051191 - Trivial change for ppc64le in filesystem spec
Summary: Trivial change for ppc64le in filesystem spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: filesystem
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Ondrej Vasik
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-09 20:10 UTC by Brent Baude
Modified: 2014-01-10 15:38 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-10 09:40:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-09 20:10:39 UTC
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

Comment 1 Ondrej Vasik 2014-01-10 09:40:11 UTC
Done in rawhide, filesystem-3.2-23.fc21.


Note You need to log in before you can comment on or make changes to this bug.