Bug 159425

Summary: sqlite3 database implementation does not work across endians
Product: [Fedora] Fedora Reporter: Mark Hatle <mhatle>
Component: rpmAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED UPSTREAM QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: n3npq
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-13 10:34:47 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
This patch corrects the endian issues none

Description Mark Hatle 2005-06-02 16:14:11 UTC
Description of problem:
The sqlite3 database implementation does not work across endians.  I.e. if the
DB is created on little endian, it is not usable on big endian systems.

Version-Release number of selected component (if applicable):
rpm-4_4 branch

Comment 1 Mark Hatle 2005-06-02 16:14:11 UTC
Created attachment 115092 [details]
This patch corrects the endian issues

Comment 2 Jeff Johnson 2005-07-13 10:34:47 UTC
Added to rpm-4_4 CVS, should be in rpm-4.4.2-0.8 when built. Thanks for the patch.