veos-sxarr
released this
23 Apr 08:13
·
12 commits
to master
since this release
Glibc for VE update guide
How to update glibc for VE package.
1. Check glibc-ve version is 2.21-3 (in VEOS v2.0.3 release)
$ yum group info -v veos-apprun veos-appdev | grep glibc-ve
glibc-ve-2.21-3.el7.x86_64 @TSUBASA-local
=glibc-ve-2.21-3.el7.x86_64 @TSUBASA-local
=glibc-ve-devel-2.21-3.el7.x86_64 @TSUBASA-local
If not, nothing to do any more.
2. Download packages from GitHub web site and put them on local working space
GitHub site URL
https://github.com/veos-sxarr-NEC/glibc-ve/releases/tag/hotfix-v2.0.3-github
Target packages
- glibc-ve-2.21-3.201904191205.el7.x86_64.rpm
- glibc-ve-devel-2.21-3.201904191205.el7.x86_64.rpm
3. Update glibc-ve by yum install command
# yum install glibc-ve-2.21-3.201904191205.el7.x86_64.rpm glibc-ve-devel-2.21-3.201904191205.el7.x86_64.rpm
4. Confirm package group infomation
$ yum group info -v veos-apprun veos-appdev | grep glibc-ve
glibc-ve-2.21-3.201904191205.el7.x86_64 installed
=glibc-ve-2.21-3.201904191205.el7.x86_64 installed
=glibc-ve-devel-2.21-3.201904191205.el7.x86_64 installed
Please find '=' symbol on left of package name.
'glibc-ve' appears two times but one or the other should have the symbol.
If not, you may be able to modify package group infomation by:
# yum group mark convert veos-apprun veos-appdev
NOTE
It's not necessary to remove installed packages.
When glibc-ve is released as part of VEOS after updating of this guide, usual update procedure is applicable.