From: Nathan Cutler Date: Tue, 23 Oct 2018 05:56:13 +0000 (+0200) Subject: build/ops: drop sgdisk build/runtime dependencies X-Git-Tag: v14.1.0~1105^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24707%2Fhead;p=ceph.git build/ops: drop sgdisk build/runtime dependencies sgdisk was a dependency of ceph-disk, which has been ripped out. Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 70e8612de573..aa610c11ef4b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 diff --git a/debian/control b/debian/control index e4d0d9ad11ec..ef724bdc91f7 100644 --- a/debian/control +++ b/debian/control @@ -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,