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

Bug 31032

Summary: [SRPM] use %{ix86} instead of i386
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: sambaAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-07 23:29:55 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 2001-03-07 23:29:52 UTC
The optflags in

--- samba.spec ------
%ifarch i386 sparc
%define optflags -O2 -D_FILE_OFFSET_BITS=64
%endif
------------------

are working with i586 and i686 also, so can please replace the statement
above with

------------------
%ifarch %{ix86} sparc
%define optflags -O2 -D_FILE_OFFSET_BITS=64
%endif
------------------

?

Comment 1 Bill Nottingham 2001-03-29 07:18:43 UTC
This was fixed in -34.