]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: make cryptsetup-bin a ceph-volume runtime dep
authorKefu Chai <kchai@redhat.com>
Wed, 28 Jul 2021 07:16:19 +0000 (15:16 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 14 Sep 2021 15:25:19 +0000 (23:25 +0800)
was originally added by 6a45b8ed041514816d09b2808d2d390eadbd0dd9 and
cfcaceac44d6b7b7c55e81d0bfb05f4893f3b1d0 as a dependency of ceph-disk.
although, ceph-disk was replaced by ceph-volume, cryptsetup-bin is still
used.

but it should be a runtime dependency of ceph-volume. and it is not a
build dependency of ceph, so it's removed from the build dependency list
as well.

Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/control

index 7b845cf3331c385a0167dbdc66c65509a93b9e98..3e9a85cc601665d9b8e3dc6db8922f3a32333dd9 100644 (file)
@@ -11,7 +11,6 @@ Build-Depends: automake,
                bison  <pkg.ceph.jaeger>,
                cmake (>= 3.10.2),
                cpio,
-               cryptsetup-bin | cryptsetup,
                cython3,
                debhelper (>= 10),
                default-jdk,
@@ -126,7 +125,6 @@ Package: ceph-base
 Architecture: linux-any
 Depends: binutils,
          ceph-common (= ${binary:Version}),
-         cryptsetup-bin | cryptsetup,
          debianutils,
          e2fsprogs,
          findutils,
@@ -443,6 +441,7 @@ Package: ceph-volume
 Architecture: all
 Section: python
 Depends: ceph-osd (= ${binary:Version}),
+         cryptsetup-bin,
          lvm2,
          parted,
          ${misc:Depends},