Hide Forgot
I have freshly installed RHEL 5.7: [root@rhel5 ~]# rpm -q python-rhsm python-rhsm-0.95.5.5-1.el5 [root@rhel5 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.7 (Tikanga) After enabling epel-testing, python-rhsm is to be updated from EPEL. So the EPEL version would override Red Hat shipped package. This is not right and should be pulled back. [root@rhel5 ~]# yum update Loaded plugins: product-id, rhnplugin, security, subscription-manager Updating Red Hat repositories. Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package python-rhsm.noarch 0:0.96.4-1.el5 set to be updated --> Finished Dependency Resolution Dependencies Resolved =================================================================== Package Arch Version Repository Size =================================================================== Updating: python-rhsm noarch 0.96.4-1.el5 epel-testing 49 k Transaction Summary =================================================================== Install 0 Package(s) Upgrade 1 Package(s) Total download size: 49 k Is this ok [y/N]: n Exiting on user Command Complete!
python-rhsm-0.96.4-1.el5 has been unpushed Thought we killed this from EPEL but I guess the builds left sitting in testing did not get cleared out. Hopefully this will correct the problem. Thanks for the report.
Ran yum update, checked a mirror and indeed it's gone from the repo. Thanks for the fix!
No problem, thanks for reporting. Closing issue now.