From d40feed0c44389b0de98fd95951019187d379332 Mon Sep 17 00:00:00 2001 From: zhangshaoning Date: Thu, 4 Mar 2021 12:34:36 +0800 Subject: [PATCH] correct ceph-mgr requires python2-jinja2 and python2-werkzeug --- ceph.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ceph.spec b/ceph.spec index a46b1ea..c113da9 100644 --- a/ceph.spec +++ b/ceph.spec @@ -68,7 +68,7 @@ ################################################################################# Name: ceph Version: 12.2.8 -Release: 17 +Release: 18 Epoch: 2 # define _epoch_prefix macro which will expand to the empty string if epoch is @@ -364,8 +364,8 @@ Requires: ceph-base = %{_epoch_prefix}%{version}-%{release} Requires: python-six %if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler} Requires: python-cherrypy -Requires: python-jinja2 -Requires: python-werkzeug +Requires: python2-jinja2 +Requires: python2-werkzeug Requires: pyOpenSSL %endif %if 0%{?suse_version} @@ -1855,6 +1855,9 @@ exit 0 %changelog +* Sat Jan 29 2022 liuqinfei - 1:12.2.8-18 +- correct ceph-mgr requires python2-jinja2 and python2-werkzeug + * Thu Jan 27 2022 zhouwenpei - 1:12.2.8-17 - fix ceph dh function unavailable