]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: drop sgdisk build/runtime dependencies 24707/head
authorNathan Cutler <ncutler@suse.com>
Tue, 23 Oct 2018 05:56:13 +0000 (07:56 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 23 Oct 2018 05:56:13 +0000 (07:56 +0200)
sgdisk was a dependency of ceph-disk, which has been ripped out.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in
debian/control

index 70e8612de5736ff262b37112e6d71a1d81f91109..aa610c11ef4b86e61cda21d50b1a6d3967948e3e 100644 (file)
@@ -340,7 +340,6 @@ Requires:      util-linux
 Requires:      xfsprogs
 Requires:      which
 %if 0%{?fedora} || 0%{?rhel}
-Requires:      gdisk
 # The following is necessary due to tracker 36508 and can be removed once the
 # associated upstream bugs are resolved.
 %if 0%{with tcmalloc}
@@ -349,7 +348,6 @@ Requires:      gperftools-libs >= 2.6.1
 %endif
 %if 0%{?suse_version}
 Recommends:    chrony
-Requires:      gptfdisk
 %endif
 %description base
 Base is the package that includes all the files shared amongst ceph servers
index e4d0d9ad11ecef46ddb00cdc9a2d9459aaa0aa96..ef724bdc91f752657421feca9c0560b55340bdb6 100644 (file)
@@ -19,7 +19,6 @@ Build-Depends: bc,
                dh-exec,
                dh-python,
                dh-systemd,
-               gdisk,
                git,
                gperf,
                javahelper,
@@ -97,7 +96,6 @@ Depends: binutils,
          debianutils,
          e2fsprogs,
          findutils,
-         gdisk,
          grep,
          logrotate,
          parted,