From ef95207ef32174e064eae676ba91970d59ce2e20 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 30e838b329968..8655c098becb6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1761,6 +1761,7 @@ 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 -- 2.39.5