Displaying 1 result from an estimated 1 matches for "el7_x".
Did you mean:
el7_8
2016 Aug 23
0
yum does not recognise new (updated) packages due to underscore in package name
...ackages/
http://mirror.centos.org/altarch/7/extras/aarch64/Packages/
http://mirror.centos.org/altarch/7/updates/aarch64/Packages/
However, it seems that yum (and eventually rpm) has problems with
identifying new packages, if you have packages named as:
<name>-<version>-<release>.el7_x.y.<arch>.rpm
<name>-<version>-<release>.el7.y.<arch>.rpm
A concrete example is the package selinux-policy-3.13.1-60.el7.3.noarch.rpm
in the os repo. It has an updated package
(selinux-policy-3.13.1-60.el7_2.7.noarch.rpm) in the updates repo. However,
the underscore se...