Skip to content

Commit

Permalink
Merge pull request #23386 from smithfarm/wip-fix-seastar-builddeps
Browse files Browse the repository at this point in the history
build/ops: rpm: fix seastar build dependencies

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
smithfarm committed Aug 2, 2018
2 parents 00e6e46 + f0eed6d commit f561fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ceph.spec.in
Expand Up @@ -178,9 +178,7 @@ BuildRequires: socat
%endif
%if 0%{with seastar}
BuildRequires: c-ares-devel
BuildRequires: cryptopp-devel
BuildRequires: gnutls-devel
BuildRequires: fmt-devel
BuildRequires: hwloc-devel
BuildRequires: libpciaccess-devel
BuildRequires: lksctp-tools-devel
Expand Down Expand Up @@ -286,11 +284,13 @@ 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
Expand Down

0 comments on commit f561fb8

Please sign in to comment.