diff options
author | Gary Lowell <glowell@inktank.com> | 2013-02-28 22:30:43 -0800 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-02-28 22:31:47 -0800 |
commit | 96e9da1f546769b57889a2795570702bd7d43ad5 (patch) | |
tree | 5884af67df6ade6f40d7870c15f2f4535cce46a7 /ceph.spec.in | |
parent | 862c761554e9f54dc4cd8defc10c4cd11d3ba75f (diff) | |
download | ceph-96e9da1f546769b57889a2795570702bd7d43ad5.tar.gz |
ceph.spec.in: gdisk for for rpm based systems instead of gptfdisk.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index ad7284af485..4eb1e04794f 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -26,7 +26,7 @@ Requires: librados2 = %{version}-%{release} Requires: libcephfs1 = %{version}-%{release} Requires: python Requires: cryptsetup -Requires: gptfdisk +Requires: gdisk Requires: parted Requires: util-linux Requires(post): binutils |