Bug 197115

Summary: runTransaction doesn't dependency solve, which can break sync's to profiles on x86_64
Product: Red Hat Enterprise Linux 3 Reporter: David Lehman <dlehman>
Component: up2dateAssignee: Bret McMillan <bretm>
Status: CLOSED DUPLICATE QA Contact: Beth Nackashi <bnackash>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: tao
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: 2006-07-26 21:54:28 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:
Bug Depends On: 193563    
Bug Blocks: 190430    

Description David Lehman 2006-06-28 17:26:22 UTC
+++ This bug was initially created as a clone of Bug #193563 +++

runTransaction can be handed nvrea's, or just nvre's in the case of syncing to a
package profile.  With the fix for bz #162106, a box that has mixed 64bit &
32bit rpms will select 64bit packages as the "most desirable" during runTransaction.

Unfortunately, 32bit deps may still exist, and therefore the transaction will
fail w/ unmet dependencies.

Current plan is to do limited depsolving, so long as the results stay within the
the nvre universe of installed packages + delta (basically, don't go pulling in
new package names or version-release-epoch's that are outside of the defined
transaction).

Note that this will probably require a new server-side call to work correctly,
and will need to be tested against older satellite's to ensure backwards
compatibility...

Comment 1 James Bowes 2006-07-26 21:54:28 UTC

*** This bug has been marked as a duplicate of 193563 ***