Bug 179753

Summary: Yum failing to see a newer gamin package in updates due to FC4 tag?
Product: [Fedora] Fedora Reporter: Jonathan Underwood <jonathan.underwood>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: katzj
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-02-02 18:00:12 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
output of yum -d10 update gamin none

Description Jonathan Underwood 2006-02-02 17:43:27 UTC
Description of problem:

$ rpm -qa | grep gamin
gamin-0.1.3-1.FC4

Now, in updates there is gamin-0.1.3-3.FC4, and gamin-devel-0.1.3-3.FC4.
However, if I do 

$ yum update gamin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Could not find update match for gamin
No Packages marked for Update/Obsoletion

or 

$ yum install gamin-devel
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package gamin-devel.i386 0:0.1.1-3.FC4 set to be updated
--> Running transaction check
--> Processing Dependency: gamin = 0.1.1 for package: gamin-devel
--> Finished Dependency Resolution
Error: Missing Dependency: gamin = 0.1.1 is needed by package gamin-devel

We see that yum is just missing the updated gamin packages - I have no idea why.
I am attaching the output of yum -d10 update gamin.

Version-Release number of selected component (if applicable):
yum-2.4.1-1.fc4

How reproducible:
Everytime

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jonathan Underwood 2006-02-02 17:43:28 UTC
Created attachment 124062 [details]
output of yum -d10 update gamin

Comment 2 Jonathan Underwood 2006-02-02 18:00:12 UTC
hm. Apologies, I was missreading the contents of updates, where gamin-0.1.1-3
and gamin-devel-0.1.1-3 are present. So of course yum won't try and install
those as I appear to have a newer version installed. rpm -qi tells me that my
installed gamin-0.1.3-1.FC4 vendor is Redhat, but it can't be. Must be a pesky
3rd party repo not changing the vendor tag. Many apologies for the noise, will
close as notabug.