From 76c395f8febd778f744c60f92f08f4936eb79977 Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Nov 12 2020 13:34:16 +0000 Subject: ceph-14.2.13 GA --- diff --git a/.ceph.metadata b/.ceph.metadata index 6b04a56..621a3b4 100644 --- a/.ceph.metadata +++ b/.ceph.metadata @@ -1 +1 @@ -134bc0239c730e756e26d2153f75f4ad3407f014 SOURCES/ceph-14.2.11.tar.gz +61f14f2a24807c6d0fbd18e23f9ada877ee94f17 ceph-14.2.13.tar.gz diff --git a/SPECS/ceph.spec b/SPECS/ceph.spec index b3bf9ff..2c99fe4 100644 --- a/SPECS/ceph.spec +++ b/SPECS/ceph.spec @@ -110,7 +110,7 @@ # main package definition ################################################################################# Name: ceph -Version: 14.2.11 +Version: 14.2.13 Release: 1%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -477,6 +477,7 @@ Recommends: python%{_python_buildid}-influxdb %endif %if 0%{?rhel} == 7 Requires: pyOpenSSL +BuildRequires: python-enum34 %else Requires: python%{_python_buildid}-pyOpenSSL %endif @@ -676,6 +677,10 @@ Requires: ceph-base = %{_epoch_prefix}%{version}-%{release} Requires: lvm2 Requires: sudo Requires: libstoragemgmt +%if 0%{?weak_deps} +Recommends: nvme-cli +Recommends: smartmontools +%endif %description osd ceph-osd is the object storage daemon for the Ceph distributed file system. It is responsible for storing objects on a local file system @@ -2315,6 +2320,9 @@ exit 0 %changelog +* Wed Nov 11 2020 Kaleb S. KEITHLEY - 2:14.2.13-1 +- ceph 14.2.13 GA + * Tue Aug 11 2020 Kaleb S. KEITHLEY - 2:14.2.11-1 - ceph 14.2.11 GA