]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: don't rm ceph conf and logs in ceph-common postun 62790/head
authorJustin Caratzas <jcaratza@ibm.com>
Fri, 11 Apr 2025 18:09:18 +0000 (14:09 -0400)
committerJustin Caratzas <jcaratzas@li-4c4c4544-0056-4b10-8030-b6c04f475933.ibm.com>
Fri, 11 Jul 2025 16:56:22 +0000 (12:56 -0400)
commite8fd257df0103915dcf2c18fb806c1ec03a587e4
treec5c8616f474234f315528acf541c604a2ae682d9
parent44a6a573d9533acc38f6688f1c751f97bc44d054
ceph.spec.in: don't rm ceph conf and logs in ceph-common postun

removing the ceph-common package should not remove ceph configs or
logs. rpm -e removes configuration files properly declared if they
have not been changed, and if logs need to be removed (eg. for CI),
then that should be handled separately.

Fixes: https://tracker.ceph.com/issues/11389
Signed-off-by: Justin Caratzas <jcaratza@ibm.com>
ceph.spec.in