Bug 630983
Summary: | yum not working properly with yum-plugin-versionlock | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Karel Srot <ksrot> |
Component: | yum | Assignee: | James Antill <james.antill> |
Status: | CLOSED ERRATA | QA Contact: | Karel Srot <ksrot> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | borgan |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | yum-3.2.29-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: excludes of obsoleting packages didn't work properly
Consequence: versionlock plugin couldn't lock over obsoletes properly
Fix: add extra checks to make sure obsoleters exist
Result: versionlock of obsoletes works again (and similar code)
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 13:33:41 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: | 629274 | ||
Bug Blocks: | 592206 |
Description
Karel Srot
2010-09-07 14:34:18 UTC
'yum check-update' is working 'yum update blah' and 'yum update' is not working [root@rhel6-64 yum]# yum --disablerepo='*' --enablerepo=test update Loaded plugins: refresh-packagekit, rhnplugin, versionlock This system is not registered with RHN. RHN support will be disabled. Setting up Update Process Error: Package tuple ('test-bbb', 'x86_64', '0', '0.1', '1') could not be found in packagesack [root@rhel6-64 yum]# yum --disablerepo='*' --enablerepo=test update test-aaa Loaded plugins: refresh-packagekit, rhnplugin, versionlock This system is not registered with RHN. RHN support will be disabled. Setting up Update Process Error: Package tuple ('test-bbb', 'x86_64', '0', '0.1', '1') could not be found in packagesack [root@rhel6-64 yum]# yum --disablerepo='*' --enablerepo=test check-update Loaded plugins: refresh-packagekit, rhnplugin, versionlock This system is not registered with RHN. RHN support will be disabled. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: excludes of obsoleting packages didn't work properly Consequence: versionlock plugin couldn't lock over obsoletes properly Fix: add extra checks to make sure obsoleters exist Result: versionlock of obsoletes works again (and similar code) An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0602.html |