From 748fea3b3e892b1cbf3b5a70680e6c848c373571 Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Nov 12 2020 16:05:17 +0000 Subject: ceph-14.2.13 GA --- diff --git a/.ceph.metadata b/.ceph.metadata index 46c8ba1..621a3b4 100644 --- a/.ceph.metadata +++ b/.ceph.metadata @@ -1 +1 @@ -5e498010010d63c0dc1dd6bde2a64a2524fbafa3 SOURCES/ceph-14.2.10.tar.gz +61f14f2a24807c6d0fbd18e23f9ada877ee94f17 ceph-14.2.13.tar.gz diff --git a/README.md b/README.md index 0fcdb28..75325ea 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ E.g. build the src.rpm with: To build: - $ cbs build [--scratch] storage7-ceph-nautilus-el7 ceph-14.2.10-1.el7.src.rpm + $ cbs build [--scratch] storage7-ceph-nautilus-el7 ceph-14.2.13-1.el7.src.rpm diff --git a/SPECS/ceph.spec b/SPECS/ceph.spec index e511897..9de6222 100644 --- a/SPECS/ceph.spec +++ b/SPECS/ceph.spec @@ -110,7 +110,7 @@ # main package definition ################################################################################# Name: ceph -Version: 14.2.10 +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 @@ -1474,6 +1479,7 @@ fi %{_mandir}/man8/ceph-authtool.8* %{_mandir}/man8/ceph-conf.8* %{_mandir}/man8/ceph-dencoder.8* +%{_mandir}/man8/ceph-diff-sorted.8* %{_mandir}/man8/ceph-rbdnamer.8* %{_mandir}/man8/ceph-syn.8* %{_mandir}/man8/ceph-post-file.8* @@ -1486,6 +1492,7 @@ fi %{_mandir}/man8/rbd-replay.8* %{_mandir}/man8/rbd-replay-many.8* %{_mandir}/man8/rbd-replay-prep.8* +%{_mandir}/man8/rgw-orphan-list.8* %dir %{_datadir}/ceph/ %{_datadir}/ceph/known_hosts_drop.ceph.com %{_datadir}/ceph/id_rsa_drop.ceph.com @@ -1851,10 +1858,12 @@ fi %{_mandir}/man8/rbd-nbd.8* %files radosgw +%{_bindir}/ceph-diff-sorted %{_bindir}/radosgw %{_bindir}/radosgw-token %{_bindir}/radosgw-es %{_bindir}/radosgw-object-expirer +%{_bindir}/rgw-orphan-list %{_mandir}/man8/radosgw.8* %dir %{_localstatedir}/lib/ceph/radosgw %{_unitdir}/ceph-radosgw@.service @@ -2310,3 +2319,12 @@ 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 + + * Fri Jun 26 2020 Kaleb S. KEITHLEY - 2:14.2.10-1 + - ceph 14.2.10 GA +