]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: revise the note on python3.4 to python3
authorKefu Chai <kchai@redhat.com>
Thu, 10 Oct 2019 03:01:21 +0000 (11:01 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 10 Oct 2019 03:04:54 +0000 (11:04 +0800)
as RHEL/CentOS 7.7 offers python3 (python3.6), EPEL7 removed the
duplicated python3-* (python36-*) packages, see
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/message/GUSLTD5AJWFEGBFK5EYFVH3LHQVHUBAP/

and EPEL7 only supports the latest RHEL7.x release, which is now 7.7

so should not mention EPEL7 in this note,

for the reason why EPEL removed these packages, see EPEL's guideline:
https://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies#Policy

Signed-off-by: Kefu Chai <kchai@redhat.com>
PendingReleaseNotes

index 83cea5f40090a7e62dd13a33fc7e3bf51d7bf47c..3f3e524b8a43c0a0437b19fbecb1543c028796d7 100644 (file)
@@ -49,8 +49,8 @@
     "num_rados_handles" to get the same throttle behavior.
 
 * Ceph now packages python bindings for python3.6 instead of
-  python3.4, because EPEL7 recently switched from python3.4 to
-  python3.6 as the native python3. see the `announcement <https://lists.fedoraproject.org/archives/list/epel-announce@lists.fedoraproject.org/message/EGUMKAIMPK2UD5VSHXM53BH2MBDGDWMO/>_`
+  python3.4, because python3 in EL7/EL8 is now using python3.6
+  as the native python3. see the `announcement <https://lists.fedoraproject.org/archives/list/epel-announce@lists.fedoraproject.org/message/EGUMKAIMPK2UD5VSHXM53BH2MBDGDWMO/>_`
   for more details on the background of this change.
 
 * librbd now uses a write-around cache policy be default,