]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: cleanup: drop useless conditional block in %postun base 37455/head
authorNathan Cutler <ncutler@suse.com>
Tue, 29 Sep 2020 13:52:05 +0000 (15:52 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 29 Sep 2020 13:54:19 +0000 (15:54 +0200)
The "meat" of this conditional was ripped out by
328807f80bb6b5d1aa40631e88d755a194d5d2c2, leaving only an empty shell
behind.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 56dfd3e8c9f24aea535e023987ebfb2288084463..db10029ab61181e89682f45a39ae375592f1f94e 100644 (file)
@@ -1398,14 +1398,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
 
 %pre -n cephadm
 getent group cephadm >/dev/null || groupadd -r cephadm