]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: remove fmt-devel from BuildRequires 23390/head
authorKefu Chai <kchai@redhat.com>
Thu, 2 Aug 2018 14:15:12 +0000 (22:15 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 2 Aug 2018 15:16:11 +0000 (23:16 +0800)
because RHEL/CentOS 7 only offers fmt-devel 3.0.2, while seastar
requires >= 4.0.0, < 5.0.0, and on openSUSE Leap 15, we have
libfmt-devel 5.x.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in

index f2a445a78c0cb25498cdfa591d83deb0e27500d6..278aa4f724a3796e91ac5e7a316e46d0d2d8dca6 100644 (file)
@@ -284,13 +284,11 @@ BuildRequires:  redhat-rpm-config
 %if 0%{with seastar}
 %if 0%{?fedora} || 0%{?rhel}
 BuildRequires:  cryptopp-devel
-BuildRequires:  fmt-devel
 BuildRequires:  numactl-devel
 BuildRequires:  protobuf-compiler
 %endif
 %if 0%{?suse_version}
 BuildRequires:  libcryptopp-devel
-BuildRequires:  libfmt-devel
 BuildRequires:  libnuma-devel
 %endif
 %endif