From bbe80059ef005fa762f6a2a05107f55b84f25cc4 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Mon, 14 Apr 2025 07:32:24 +0000 Subject: [PATCH] ceph.spec.in: add man/rgw-gap-list Introduced in https://github.com/ceph/ceph/pull/62749 Centos builds fail with: ``` error: Installed (but unpackaged) file(s) found: /usr/share/man/man8/rgw-gap-list.8.gz RPM build errors: Installed (but unpackaged) file(s) found: /usr/share/man/man8/rgw-gap-list.8.gz ``` Signed-off-by: Matan Breizman (cherry picked from commit 8d0ec7666be7c7eeced525b5772c6be973f54a25) --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index a63b021158057..6da29792df0fc 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1711,6 +1711,8 @@ exit 0 %{_mandir}/man8/rbd-replay-many.8* %{_mandir}/man8/rbd-replay-prep.8* %{_mandir}/man8/rgw-orphan-list.8* +%{_mandir}/man8/rgw-gap-list.8* +%{_mandir}/man8/rgw-restore-bucket-index.8* %dir %{_datadir}/ceph/ %{_datadir}/ceph/known_hosts_drop.ceph.com %{_datadir}/ceph/id_rsa_drop.ceph.com -- 2.39.5