mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
build/ops: rpm: fix seastar build dependencies
1. cryptopp-devel was moved to the distro-specific section byaeb974b913
, then96196e9d77
reintroduced it in the non-distro-specific section, breaking install-deps.sh for SUSE 2. fmt-devel is called libfmt-devel on SUSE Fixes: install-deps.sh on SUSE Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
parent
77cdb2dccf
commit
f0eed6d00e
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user