Hide Forgot
Description of problem: Currently the subscription-manager-migration-data.rpm requires subscription-manager.rpm. Although not bad, I think subscription-manager-migration-data should require subscription-manager-migration which in turn requires subscription-manager already. I believe this would be an improved chain of package dependencies. Version-Release number of selected component (if applicable): [root@rhel58-server ~]# rpm -q subscription-manager-migration-data subscription-manager-migration-data-1.6-1.el5 How reproducible: Steps to Reproduce: [root@rhel58-server ~]# rpm -q subscription-manager-migration-data --requires rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 subscription-manager ^^^^^^^^^^^^^^^^^^^^ EXPECTED THAT TO BE: subscription-manager-migration-data Following the dependency chain, subscription-manager-migration-data then requires subscription-manager as shown here... [root@rhel58-server ~]# rpm -q subscription-manager-migration --requires /usr/bin/python rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 subscription-manager = 0.98.5-1.el5
Committed f1230a0f9f01da058fae7933a6404e0330b7269c Available in subscription-manager-migration-data 1.6+
(In reply to comment #0) Ooops. I had typos in my expected results.... > Steps to Reproduce: > [root@rhel58-server ~]# rpm -q subscription-manager-migration-data --requires > rpmlib(CompressedFileNames) <= 3.0.4-1 > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > subscription-manager > > ^^^^^^^^^^^^^^^^^^^^ > EXPECTED THAT TO BE: subscription-manager-migration-data Correction... subscription-manager-migration > > Following the dependency chain, subscription-manager-migration-data then Correction... subscription-manager-migration > requires subscription-manager as shown here...
Verifying Version... [root@hp-dl360g7-01 ~]# rpm -q subscription-manager-migration-data subscription-manager-migration-data-1.7-1.el5 [root@hp-dl360g7-01 ~]# rpm -q subscription-manager-migration-data --requires rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 subscription-manager-migration [root@hp-dl360g7-01 ~]# rpm -q subscription-manager-migration --requires /usr/bin/python rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 subscription-manager = 0.98.8-1.el5 ^^^ That chain of dependencies for subscription-manager-migration-data > subscription-manager-migration > subscription-manager makes more sense. Moving to VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2012-0290.html