Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1054401 - Trivial change to star spec to enable ppc64le
Summary: Trivial change to star spec to enable ppc64le
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: star
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Ondrej Vasik
QA Contact: Pavel Raiskup
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-16 18:27 UTC by Brent Baude
Modified: 2014-01-17 07:25 UTC (History)
2 users (show)

Fixed In Version: star-1.5.2-10.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-17 07:25:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-16 18:27:34 UTC
Please consider the following patch to the star spec to enable the ppc64le arch:

diff --git a/star.spec b/star.spec
index 7866ead..6f1f6db 100644
--- a/star.spec
+++ b/star.spec
@@ -141,7 +141,7 @@ star_recode AN-1.5 AN-1.5.2 star/star.4
 
 cp -a READMEs/README.linux .
 
-for PLAT in %{arm} x86_64 ppc64 s390 s390x sh3 sh4 sh4a sparcv9; do
+for PLAT in %{arm} x86_64 ppc64 s390 s390x sh3 sh4 sh4a sparcv9 ppc64le; do
     for AFILE in gcc cc; do
             [ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
             && ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul

Comment 1 Pavel Raiskup 2014-01-17 07:25:31 UTC
In Rawhide mock:
  # rpm --eval %power64
  ppc64 ppc64p7 ppc64le

So changing like this:
  -for PLAT in %{arm}            aarch64 x86_64 ppc64 s390 ...
  +for PLAT in %{arm} %{power64} aarch64 x86_64       s390 ...

https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20140113/1175165.html


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