Bug 227540

Summary: yum-priorities should allow packages of different arch from low-prio repos
Product: [Fedora] Fedora Reporter: David Juran <djuran>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: FC6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-17 18:23:29 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
modified version of priorities yum plugin none

Description David Juran 2007-02-06 19:33:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.9) Gecko/20070131 Fedora/1.5.0.9-2.fc6 Firefox/1.5.0.9 pango-text

Description of problem:
yum-priorities should allow updating an rpm from a low-prio repository although an rpm of a higher prio of an different arch is installed.

Version-Release number of selected component (if applicable):
yum-priorities-1.0.1-1.fc6

How reproducible:
Always


Steps to Reproduce:
1. On your standard x86_64 machine, configure an extras.i386 repo where the extras.i386 has the baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/i386 and lower priority (=higher number) then the x86_64 repo.
2. Install an old version of lesstif.i386 and the latest version of lesstif.x86_64 
3. run yum upgrade

Actual Results:
You were not notified that there was an update available for lesstif.i386

Expected Results:


Additional info:

Comment 1 Tim Lauridsen 2007-02-14 13:34:53 UTC
Created attachment 148049 [details]
modified version of priorities yum plugin

Comment 2 Tim Lauridsen 2007-02-14 13:37:23 UTC
Please try save the attached priorities.py and copy it to /usr/lib/yum-plugins
(as root) and see if it solves the issue.

Comment 3 David Juran 2007-02-18 15:44:14 UTC
Yes, I think this behaviour is much better (-:

Comment 4 David Juran 2007-03-17 18:23:29 UTC
Fixed in yum-utils-1.0.3-1.fc6. Thanks (-: