ceph 14.2.4, fix typo

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-11-11 06:26:36 -05:00
parent f706627b65
commit c7349cff7f
1 changed files with 5 additions and 2 deletions

View File

@ -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 <kkeithle[at]redhat.com> - 2:14.2.4-3
- ceph 14.2.4, fix typo
* Tue Nov 5 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.4-2
- ceph 14.2.4, partial fix for bz#1768017