Bug 1018012

Summary: ERROR with transaction check vs depsolve
Product: [Fedora] Fedora Reporter: bpk678
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: admiller, ffesti, firas.alkafri, jzeleny, packaging-team-maint, zpavlas
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-11 22:00:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description bpk678 2013-10-11 01:08:51 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible: only tried one


Steps to Reproduce:
1. yum check-update
2. yum upgrade -y
3. find error reported to std out

Actual results:
Running Transaction Check
ERROR with transaction check vs depsolve:
rubygem-locale = 2.0.5-2.fc15.1 is needed by (installed) ruby-locale-2.0.5-2.fc15.1.noarch
Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=yum

Expected results:
rubygem-locale should be upgraded

Additional info:
not sure what the issue is, but why is fc15 being cited in the version strings when the OS is 18 and the existing installed package is rubygem-locale-2.0.8-1.fc18.noarch

Comment 1 Jan Zeleny 2013-10-11 06:30:12 UTC
This is not a bug in yum. The fc15 referenced in your packages means you have not updated those packages since F15. But the root cause is that the package ruby-locale blocks your update, yum just reports the update is being blocked. Uninstall the ruby-locale and everything will work.

Comment 2 bpk678 2013-10-11 21:49:42 UTC
this cannot be an issue with fedora 15 remnants or lack of updates since then.  this box was build from scratch with Fedora 17 and fedup'd to 18.  there has never been a Fedora 15 instance on this device.

Comment 3 bpk678 2013-10-11 22:00:57 UTC
i'll shut my mouth... i was checking on the wrong device.  F15 was installed on the device with this issue.