mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
a48f6511f6
Instead of symlinks and build-time configuration the ipaplatform module is now able to auto-detect platforms on import time. The meta importer uses the platform 'ID' from /etc/os-releases. It falls back to 'ID_LIKE' on platforms like CentOS, which has ID=centos and ID_LIKE="rhel fedora". The meta importer is able to handle namespace packages and the ipaplatform package has been turned into a namespace package in order to support external platform specifications. https://fedorahosted.org/freeipa/ticket/6474 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
NAME="CentOS Linux"
|
|
VERSION="7 (Core)"
|
|
ID="centos"
|
|
ID_LIKE="rhel fedora"
|
|
VERSION_ID="7"
|
|
PRETTY_NAME="CentOS Linux 7 (Core)"
|
|
ANSI_COLOR="0;31"
|
|
CPE_NAME="cpe:/o:centos:centos:7"
|
|
HOME_URL="https://www.centos.org/"
|
|
BUG_REPORT_URL="https://bugs.centos.org/"
|
|
|
|
CENTOS_MANTISBT_PROJECT="CentOS-7"
|
|
CENTOS_MANTISBT_PROJECT_VERSION="7"
|
|
REDHAT_SUPPORT_PRODUCT="centos"
|
|
REDHAT_SUPPORT_PRODUCT_VERSION="7"
|