Bug 132926

Summary: New arch on the Darwin platform: "fat"
Product: [Fedora] Fedora Reporter: Anders F Björklund <afb>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED UPSTREAM QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: nobody+pnasrat
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://rpm4darwin.sourceforge.net
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-04 17:54:23 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:
Attachments:
Description Flags
rpm-4.2.1-fatarch.patch none

Description Anders F Björklund 2004-09-19 20:44:52 UTC
The latest Darwin OS (7.x) uses a "fat" architecture
where both PowerPC (ppc) and Intel (i386) code is in
the same binaries, both for programs and for libs/objects.

This arch is then used for packaging such RPMS: .fat.rpm
See http://www.opendarwin.org/downloads/7.2.1/RPMS/fat/

These fat binaries run on Mac OS X too, even if Apple
only ships the Developer Tools for the ppc side of it,
the rest are available as part of the Darwin project.
See http://www.opensource.apple.com/darwinsource/

Comment 1 Anders F Björklund 2004-09-19 20:46:09 UTC
Created attachment 104000 [details]
rpm-4.2.1-fatarch.patch

Comment 2 Jeff Johnson 2005-01-04 17:54:23 UTC
Added to HEAD and rpm-4_4 branches, should be in rpm-4.4.1-0.6 when built.
Thanks for the patch.