Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 59514

Summary: Generalize '%ifarch i386' statement
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: telnetAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-02-19 11:55:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2002-02-09 01:28:34 UTC
Description of Problem:

telnet.spec contains:

| # XXX hack around gcc-2.96 problem
| %ifarch i386
| export RPM_OPT_FLAGS="`echo $RPM_OPT_FLAGS | sed -e s/-O2/-O0/`"
| %endif

Since the mentioned problem exists in a build for other ix86-platforms probably
also (or  disappeared in the meantime), the '%ifarch i386' statement should be
replaced by the more general

| %ifarch %{ix86}

(or removed entirely)


Version-Release number of selected component (if applicable):

telnet-0.17-21.src.rpm

Comment 1 Harald Hoyer 2002-07-09 15:00:12 UTC
yep, thx..