diff --git a/README.md b/README.md index 50a81b7..c0ef223 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ Create a src.rpm with: To build: - $ cbs build [--scratch] storage8-ceph-octopus-el8 ceph-15.2.9-1.el8.src.rpm + $ cbs build [--scratch] storage8-ceph-octopus-el8 ceph-15.2.10-1.el8.src.rpm diff --git a/SPECS/ceph.spec b/SPECS/ceph.spec index f9627a5..df54836 100644 --- a/SPECS/ceph.spec +++ b/SPECS/ceph.spec @@ -100,8 +100,8 @@ # main package definition ################################################################################# Name: ceph -Version: 15.2.9 -Release: 2%{?dist} +Version: 15.2.10 +Release: 1%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -1222,6 +1222,7 @@ cd build %endif %{cmake} .. \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_COLOR_MAKEFILE=OFF \ -DBUILD_CONFIG=rpmbuild \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ @@ -2392,6 +2393,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Thu Mar 18 2021 Kaleb S. KEITHLEY - 2:15.2.10-1 +- ceph 15.2.10 GA + * Sat Feb 27 2021 Kaleb S. KEITHLEY - 2:15.2.9-2 - ceph 15.2.9, strsignal is not MT-SAFE. (It is also not reentrant, but not being MT-SAFE is more correct, and the more important issue.)