]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: remove build directory in %clean, not %install 45698/head
authorTim Serong <tserong@suse.com>
Wed, 30 Mar 2022 05:25:30 +0000 (16:25 +1100)
committerTim Serong <tserong@suse.com>
Tue, 24 May 2022 11:59:03 +0000 (21:59 +1000)
commit5fcd832069ef80a44c83cc4e85d074a72cdb7e1b
treebc2b263c214158f99aaa9024d90c93192df8c1f1
parent9da8ca0b2029a6d78c31542549b04d5dbda136f0
ceph.spec.in: remove build directory in %clean, not %install

Removing the build directory at the end of %install is too soon,
and means we get rid of a bunch of stuff needed to correctly
create debuginfo/debugsource packages, which happens automatically
right after %install.  So, let's put it where it really belongs, in
the %clean section.

Fixes: aa18cb12003e3526c8e8f23dc2335a483fbfa68e
Fixes: https://tracker.ceph.com/issues/55079
Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit 94ad178bdcbae56a8eafc65a3a276e25d7a51a5e)
ceph.spec.in