From: Nathan Cutler Date: Tue, 29 Sep 2020 13:52:05 +0000 (+0200) Subject: rpm: cleanup: drop useless conditional block in %postun base X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e06d929395a1fde9dc42c3a399c655c56bdad649;p=ceph.git rpm: cleanup: drop useless conditional block in %postun base The "meat" of this conditional was ripped out by 328807f80bb6b5d1aa40631e88d755a194d5d2c2, leaving only an empty shell behind. Signed-off-by: Nathan Cutler (cherry picked from commit 3b53003f011cfbe51d3471ab9b6cdb9a24ecd4f7) --- diff --git a/ceph.spec.in b/ceph.spec.in index 891105b6babdf..83bf7ded87d41 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1445,14 +1445,6 @@ fi %postun base /sbin/ldconfig %systemd_postun ceph.target -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 - if [ -f $SYSCONF_CEPH -a -r $SYSCONF_CEPH ] ; then - source $SYSCONF_CEPH - fi -fi %files common %dir %{_docdir}/ceph