From a7ada83cb27e25c54853fe3377d065a0bd9d7747 Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Jun 02 2020 01:03:43 +0000 Subject: ceph-15.2.3 GA --- diff --git a/SPECS/ceph.spec b/SPECS/ceph.spec index f2bb23f..ab05030 100644 --- a/SPECS/ceph.spec +++ b/SPECS/ceph.spec @@ -49,25 +49,19 @@ %global _remote_tarball_prefix https://download.ceph.com/tarballs/ %endif %if 0%{?suse_version} -%bcond_with selinux -%bcond_with cephfs_java %bcond_with amqp_endpoint +%bcond_with cephfs_java %bcond_with kafka_endpoint -#Compat macro for new _fillupdir macro introduced in Nov 2017 -%if ! %{defined _fillupdir} -%global _fillupdir /var/adm/fillup-templates -%endif -%if 0%{?is_opensuse} -%bcond_without libradosstriper -%bcond_without ocf -%else -%bcond_with libradosstriper -%bcond_with ocf -%endif %ifarch x86_64 aarch64 ppc64le %bcond_without lttng %else - %bcond_with lttng +%bcond_with lttng +%endif +%bcond_with ocf +%bcond_with selinux +#Compat macro for _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} +%global _fillupdir /var/adm/fillup-templates %endif %endif %bcond_with seastar @@ -109,10 +103,10 @@ # main package definition ################################################################################# Name: ceph -Version: 15.2.1 -Release: 2%{?dist} +Version: 15.2.3 +Release: 1%{?dist} %if 0%{?fedora} || 0%{?rhel} -Epoch: 2 +Epoch: 1 %endif # define _epoch_prefix macro which will expand to the empty string if epoch is @@ -540,12 +534,16 @@ Requires: python%{python3_pkgversion}-cherrypy Requires: python%{python3_pkgversion}-jwt Requires: python%{python3_pkgversion}-routes Requires: python%{python3_pkgversion}-werkzeug +%if 0%{?weak_deps} +Recommends: python%{python3_pkgversion}-saml +%endif %endif %if 0%{?suse_version} Requires: python%{python3_pkgversion}-CherryPy Requires: python%{python3_pkgversion}-PyJWT Requires: python%{python3_pkgversion}-Routes Requires: python%{python3_pkgversion}-Werkzeug +Recommends: python%{python3_pkgversion}-python3-saml %endif %description mgr-dashboard ceph-mgr-dashboard is a manager module, providing a web-based application @@ -1464,6 +1462,7 @@ exit 0 %files -n cephadm %{_sbindir}/cephadm +%{_mandir}/man8/cephadm.8* %{_sysconfdir}/sudoers.d/cephadm %attr(0700,cephadm,cephadm) %dir %{_sharedstatedir}/cephadm %attr(0700,cephadm,cephadm) %dir %{_sharedstatedir}/cephadm/.ssh @@ -2360,6 +2359,12 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Mon Jun 1 2020 Kaleb S. KEITHLEY - 2:15.2.3-1 +- ceph 15.2.3 GA + +* Mon May 18 2020 Kaleb S. KEITHLEY - 2:15.2.2-1 +- ceph 15.2.2 GA + * Mon May 18 2020 Kaleb S. KEITHLEY - 2:15.2.1-2 - ceph 15.2.1, gmock and gtest. (although gmock last built for f27)