OpenSSL v1.0.1x on CentOS v6.x (for Nginx 1.4)
# rpm -i http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
# rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-11.ius.el6.noarch.rpm
# yum install yum-plugin-replace
# yum replace openssl –replace-with=openssl10
So if I want to undo that to examine the package, would it be this simple?
yum replace openssl10 –replace-with openssl
Is there a way to remotely examine a changelog from the repo instead of locally?