]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: include object_format.py in CMakeLists.txt for build
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 10 May 2022 14:30:32 +0000 (10:30 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 13 May 2022 14:42:00 +0000 (10:42 -0400)
Because ceph uses CMake for building python packages too.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
ceph.spec.in
src/pybind/mgr/CMakeLists.txt

index 3042d6e0dc975e5f34caf3136483e097dd01d35c..5e32c4ce4c34b0635ca6ba0bc028bf098c3fde13 100644 (file)
@@ -1738,6 +1738,7 @@ fi
 %dir %{_datadir}/ceph/mgr
 %{_datadir}/ceph/mgr/mgr_module.*
 %{_datadir}/ceph/mgr/mgr_util.*
+%{_datadir}/ceph/mgr/object_format.*
 %{_unitdir}/ceph-mgr@.service
 %{_unitdir}/ceph-mgr.target
 %attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mgr
index 4580ee2b7a74a17f6c68cc3e59476c7c27164f68..54aa9142028927b5fd3d0ffa35a6133299f720e9 100644 (file)
@@ -58,5 +58,5 @@ set(mgr_modules
 install(DIRECTORY ${mgr_modules}
   DESTINATION ${CEPH_INSTALL_DATADIR}/mgr
   ${mgr_module_install_excludes})
-install(FILES mgr_module.py mgr_util.py
+install(FILES mgr_module.py mgr_util.py object_format.py
   DESTINATION ${CEPH_INSTALL_DATADIR}/mgr)