Bug #21669
Use $major on CentOS media, $version deprecated
Description
As we can see, CentOS fixed their repos so that http://mirror.centos.org/centos/7 returns the latest version we need for vmlinuz, etc..
For a long time they only offered these files under specific version dirs, but now they have deprecated this and we should just refer to $major, not $major.$minor
See the notice at http://mirror.centos.org/centos/7.3.1611/readme
Associated revisions
History
#1
Updated by The Foreman Bot about 3 years ago
- Assignee set to Daniel Lobato Garcia
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5006 added
#2
Updated by Tomer Brisker about 3 years ago
- Legacy Backlogs Release (now unused) set to 296
#3
Updated by Anonymous about 3 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 0f118fd7cd5c3c26ecb0ec9c08ce6dd80a7357b0.
Fixes #21669 - Use $major on CentOS media, $version deprecated
As we can see, CentOS fixed their repos so that
http://mirror.centos.org/centos/7 returns the latest version we need for
vmlinuz, etc..
For a long time they only offered these files under specific version
dirs, but now they have deprecated this and we should just refer to
$major, not $major.$minor
See the notice at http://mirror.centos.org/centos/7.3.1611/readme