Yesterday, my SME 9 server informed me that there's an update available to openssl-perl (to openssl-perl-1.0.1e-16.el6_5.15.x86_64). The update wouldn't install, though; there was a dependancy problem with openssl. This morning, there were more updates available, still including openssl-perl, but not including openssl. Again, the openssl-perl update wouldn't install:
[root@e-smith ~]# yum update
Loaded plugins: fastestmirror, smeserver
Loading mirror speeds from cached hostfile
* base: mirror.team-cymru.org
* smeaddons: mirror.canada.pialasse.com
* smeextras: mirror.canada.pialasse.com
* smeos: mirror.canada.pialasse.com
* smeupdates: mirror.canada.pialasse.com
* updates: mirrors-pa.sioru.com
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package glibc.x86_64 0:2.12-1.132.el6_5.2 will be updated
---> Package glibc.x86_64 0:2.12-1.132.el6_5.3 will be an update
---> Package glibc-common.x86_64 0:2.12-1.132.el6_5.2 will be updated
---> Package glibc-common.x86_64 0:2.12-1.132.el6_5.3 will be an update
---> Package glibc-devel.x86_64 0:2.12-1.132.el6_5.2 will be updated
---> Package glibc-devel.x86_64 0:2.12-1.132.el6_5.3 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.132.el6_5.2 will be updated
---> Package glibc-headers.x86_64 0:2.12-1.132.el6_5.3 will be an update
---> Package nscd.x86_64 0:2.12-1.132.el6_5.2 will be updated
---> Package nscd.x86_64 0:2.12-1.132.el6_5.3 will be an update
---> Package openssl-perl.x86_64 0:1.0.1e-16.el6_5.14 will be updated
---> Package openssl-perl.x86_64 0:1.0.1e-16.el6_5.15 will be an update
--> Processing Dependency: openssl = 1.0.1e-16.el6_5.15 for package: openssl-perl-1.0.1e-16.el6_5.15.x86_64
--> Finished Dependency Resolution
Error: Package: openssl-perl-1.0.1e-16.el6_5.15.x86_64 (updates)
Requires: openssl = 1.0.1e-16.el6_5.15
Installed: openssl-1.0.1e-16.el6_5.14.x86_64 (@anaconda-base-201406271835.x86_64/9.0)
openssl = 1.0.1e-16.el6_5.14
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I have run rpm -Va --nofiles --nodigest; it produces no output and does not correct the problem. I have not tried the --skip-broken option.