Yum 특정버전 업데이트만 적용

참고자료 : https://access.redhat.com/solutions/329373

# subscription-manager register --auto-attach
# yum --releasever=6.3 update

rhn_register 명령에서 “RHN 클래식”에 등록한 경우 옵션이 비활성화됩니다.

subscription-manager 에 등록해도 옵션이 잘못된 경우 rhnplugin 플러그인 설정을 확인하십시오.

/etc/yum/pluginconf.d/rhnplugin.conf 
[main]
enabled = 0
gpgcheck = 1

# You can specify options per channel, e.g.:
#
#[rhel-i386-server-5]
#enabled = 1
#
#[some-unsigned-custom-channel]
#gpgcheck = 0