From: Travis Rhoden Date: Fri, 6 Mar 2015 14:44:26 +0000 (-0500) Subject: doc: Clarify use of check_obsoletes for RPM distros X-Git-Tag: v1.5.22~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5aaddf03162a3494ded1af6bd92b6c6a8cca54af;p=ceph-deploy.git doc: Clarify use of check_obsoletes for RPM distros check_obsoletes is enabled on all RPM distros now, except when installing Red Hat packages on RHEL. Signed-off-by: Travis Rhoden --- diff --git a/docs/source/install.rst b/docs/source/install.rst index 3817f68..8e99a61 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -37,18 +37,13 @@ Distribution Notes RPMs ^^^^ - On RPM-based distributions, ``yum-plugin-priorities`` is installed to make sure that upstream ceph.com repos have a higher priority than distro repos. -Fedora -^^^^^^ - -The Fedora distribution maintains packages for Ceph in their own repos, independent -of the upstream repos on ceph.com. The packages are structured differently than -the upstream packages, and can cause dependency resolution errors despite the use -of the Yum priorities plugin. To resolve this, ``ceph-deploy`` enables the -``check_obsoletes`` flag for the Yum priorities plugin. +.. versionchanged:: 1.5.22 +Because of packaging splits that are present in downstream repos that may not +be present in ceph.com repos, ``ceph-deploy`` enables the ``check_obsoletes`` +flag for the Yum priorities plugin. Specific Releases -----------------