diff --git a/ceph.spec b/ceph.spec index d5d2a9e96bfd0851806619431e4a80d00457836e..94340640ab73c18e79c5f25cf22b8c331b4ade38 100644 --- a/ceph.spec +++ b/ceph.spec @@ -68,7 +68,7 @@ ################################################################################# Name: ceph Version: 12.2.8 -Release: 9 +Release: 10 Epoch: 2 # define _epoch_prefix macro which will expand to the empty string if epoch is @@ -286,10 +286,10 @@ Requires: python-rbd = %{_epoch_prefix}%{version}-%{release} Requires: python-cephfs = %{_epoch_prefix}%{version}-%{release} Requires: python-rgw = %{_epoch_prefix}%{version}-%{release} %if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler} -Requires: python-prettytable +Requires: python2-prettytable %endif %if 0%{?suse_version} -Requires: python-PrettyTable +Requires: python2-PrettyTable %endif Requires: python-requests %{?systemd_requires} @@ -1797,6 +1797,9 @@ exit 0 %changelog +* Wed Jan 27 2021 Zhiqiang Liu - 1:12.2.8-10 +- correct ceph-common requires python2-prettytable version. + * Wed Dec 30 2020 yanglongkang - 1:12.2.8-9 - fix CVE-2020-12059