python-backports updating issue

I keep getting this when updating packages...what gives? Should I just do it manually?

Building complete list of updates ..
Now updating python-backports ..
Installing package(s) with command yum -y install python-backports.noarch ..
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.gtcomm.net
* epel: epel.mirror.constant.com
* extras: mirror.gpmidi.net
* updates: mirror.gpmidi.net
Nothing to do
.. install complete.

No packages were installed. Check the messages above for the cause of the error.
Status: 
Closed (fixed)

Comments

Any word on this issue? I keep getting e-mails to update from Webmin and would like to know if I should just do it command line through yum.

Yeah, I'd be interested to see what happens if you try this from the command line. It may be that Webmin's detection of possible updates is wrong, or that the update is failing to install.

Here's the resulting upgrade. I have three more systems to update in case you needed me to test any patches you have. Let me know if you need more logs or if I can just upgrade them on my own. Thanks Jamie.

[root@red ~]# yum install python-backports
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.gpmidi.net
* epel: mirror.us.leaseweb.net
* extras: mirror.gpmidi.net
* updates: mirror.gpmidi.net
Resolving Dependencies
--> Running transaction check
---> Package python-backports.noarch 0:1.0-6.el7 will be updated
---> Package python-backports.x86_64 0:1.0-8.el7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package                  Arch           Version             Repository    Size
================================================================================
Updating:
python-backports         x86_64         1.0-8.el7           base         5.8 k

Transaction Summary
================================================================================
Upgrade  1 Package

Total download size: 5.8 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
python-backports-1.0-8.el7.x86_64.rpm                                       | 5.8 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : python-backports-1.0-8.el7.x86_64                                               1/2
  Cleanup    : python-backports-1.0-6.el7.noarch                                               2/2
  Verifying  : python-backports-1.0-8.el7.x86_64                                               1/2
  Verifying  : python-backports-1.0-6.el7.noarch                                               2/2

Updated:
  python-backports.x86_64 0:1.0-8.el7

Complete!

Was this on a system for which an update of the same package in webmin failed (or rather, did nothing) ?

Sorry for the delayed response - yes, all 4 Webmin systems failed to update this particular package. So because I have e-mail updates turned on every hour, it keeps bugging me to update, which of course, I can't from Webmin. But I can from yum itself.

What if you manually run the exact same command that Webmin does, which is yum -y install python-backports.noarch ?

I think this is what you're looking for. Dropping the .noarch gets it to work.

No package python-backports.noarch available.

That is odd, because when you ran "yum install python-backports" it did also install the python-backports.noarch package.

Ok, I see the bug now - this can happen when a package changes architecture, which is the case with this python-backports upgrade. I will fix Webmin in the next release to handle this properly.

Automatically closed -- issue fixed for 2 weeks with no activity.