diff --git a/SPECS/ceph.spec b/SPECS/ceph.spec index 40cab45..42a2a15 100644 --- a/SPECS/ceph.spec +++ b/SPECS/ceph.spec @@ -127,7 +127,7 @@ ################################################################################# Name: ceph Version: 16.2.5 -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -2046,9 +2046,8 @@ fi %endif %postun immutable-object-cache -test -n "$FIRST_ARG" || FIRST_ARG=$1 %systemd_postun ceph-immutable-object-cache@\*.service ceph-immutable-object-cache.target -if [ $FIRST_ARG -ge 1 ] ; then +if [ $1 -ge 1 ] ; then # Restart on upgrade, but only if "CEPH_AUTO_RESTART_ON_UPGRADE" is set to # "yes". In any case: if units are not running, do not touch them. SYSCONF_CEPH=%{_sysconfdir}/sysconfig/ceph @@ -2517,6 +2516,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Thu Jul 22 2021 Kaleb S. KEITHLEY - 2:16.2.5-2 +- https://tracker.ceph.com/issues/51797 + * Thu Jul 8 2021 Kaleb S. KEITHLEY - 2:16.2.5-1 - 16.2.5 GA