From f706627b656fbc9e037283527df9ad2c5c586c09 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 5 Nov 2019 10:23:06 -0500 Subject: [PATCH] ceph 14.2.4, partial fix for bz#1768017 Signed-off-by: Kaleb S. KEITHLEY --- ceph.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 36f78fa..2b15e52 100644 --- a/ceph.spec +++ b/ceph.spec @@ -108,7 +108,7 @@ ################################################################################# Name: ceph Version: 14.2.4 -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -431,6 +431,8 @@ 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}-protobuf %endif %if 0%{?suse_version} Requires: python%{_python_buildid}-CherryPy @@ -2207,6 +2209,9 @@ exit 0 %endif %changelog +* Tue Nov 5 2019 Kaleb S. KEITHLEY - 2:14.2.4-2 +- ceph 14.2.4, partial fix for bz#1768017 + * Tue Sep 17 2019 Kaleb S. KEITHLEY - 2:14.2.4-1 - ceph 14.2.4 GA