Thank you very much for the summation @futureweb!
For openssl update needed to remove a python-libs-2.6.6-68.el6_10.i686 package from 6.10 @updates repo, as it had a fixed dependency that prevented the openssl install. It removed cleanly though, nothing using it apparently.
yum remove python-libs-2.6.6-68.el6_10.i686
due to:
error: Failed dependencies:
libcrypto.so.10 is needed by (installed) python-libs-2.6.6-68.el6_10.i686
libcrypto.so.10(libcrypto.so.10) is needed by (installed) python-libs-2.6.6-68.el6_10.i686
libssl.so.10 is needed by (installed) python-libs-2.6.6-68.el6_10.i686
libssl.so.10(libssl.so.10) is needed by (installed) python-libs-2.6.6-68.el6_10.i686
For the certificates update, I needed following changes:
- Add "
-p
":mkdir -p /dl/ca-cert; cd /dl/ca-cert;
- Add "
cd ~/rpmbuild/SPECS
" before "rpmbuild -bb ca-certificates.spec
"