Why The New CentOS-release Update?

Home » CentOS » Why The New CentOS-release Update?
CentOS 1 Comment

Just curious about this after seeing the following output of a typical
“yum upgrade”:

Resolving Dependencies
–> Running transaction check
—> Package CentOS-release.x86_64 0:7-5.1804.el7.CentOS.2 will be updated
—> Package CentOS-release.x86_64 0:7-5.1804.1.el7.CentOS will be an update
…etc…

After downloading the 2 CentOS-release RPMs, the content appears identical.  I was assuming there’d at least be differences with yum definitions, GPG keys, or something like that.

Was it just to fix some naming inconsistency or something?

-Greg

One thought on - Why The New CentOS-release Update?

  • The new one (and newer still) are required for the alt arches .. specifically to roll in SIG content and allow the SIGs to build from the SRPMs and have it work on other than x86_64. The actual x86_64 content remains unchanged .. BUT .. we are using now a ‘unified’ CentOS-release source code for all arches (x86_64 and the AltArches as well):

    https://github.com/CentOS/sig-core-AltArch/tree/master/CentOS-release

    The latest update the CentOS-release .. hopefully the last until the next point release (7-5.1804.4.el7.CentOS), will allow us to support the power9 arch with the kernel-alt (a 4.14 kernel) and a newer anaconda
    (both also used in aarch64).

    The latest CentOS-release also allows for better Atomic Host integration iwth this added for all arches:

    https://pagure.io/fedora-release/pull-request/102#request_diff

    Thanks, Johnny Hughes