diff --git a/ceph.spec b/ceph.spec index 2b15e52..85925e0 100644 --- a/ceph.spec +++ b/ceph.spec @@ -108,7 +108,7 @@ ################################################################################# Name: ceph Version: 14.2.4 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -431,7 +431,7 @@ Requires: python%{_python_buildid}-six %if 0%{?fedora} || 0%{?rhel} Requires: python%{_python_buildid}-cherrypy Requires: python%{_python_buildid}-werkzeug -Requires: python%{_python_buildid}-gprcio +Requires: python%{_python_buildid}-grpcio Requires: python%{_python_buildid}-protobuf %endif %if 0%{?suse_version} @@ -2209,6 +2209,9 @@ exit 0 %endif %changelog +* Mon Nov 11 2019 Kaleb S. KEITHLEY - 2:14.2.4-3 +- ceph 14.2.4, fix typo + * Tue Nov 5 2019 Kaleb S. KEITHLEY - 2:14.2.4-2 - ceph 14.2.4, partial fix for bz#1768017