mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
ceph.spec: update OpenSUSE BuildRequires
OpenSUSE 13.2 needs libsnappy-devel but not bzip2-devel. Signed-off-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
parent
5927a9f093
commit
bdac3dc3fb
@ -39,7 +39,9 @@ Requires: cryptsetup
|
||||
Requires(post): binutils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: boost-devel
|
||||
%if ! 0%{defined suse_version}
|
||||
BuildRequires: bzip2-devel
|
||||
%endif
|
||||
BuildRequires: cryptsetup
|
||||
BuildRequires: gdbm
|
||||
BuildRequires: hdparm
|
||||
@ -66,9 +68,12 @@ BuildRequires: xfsprogs
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: xmlstarlet
|
||||
BuildRequires: yasm
|
||||
%if 0%{?rhel} || 0%{?centos} || 0%{?fedora}
|
||||
%if 0%{?rhel} || 0%{?centos} || 0%{?fedora} || 0%{?suse_version}
|
||||
BuildRequires: snappy-devel
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: net-tools
|
||||
%endif
|
||||
|
||||
#################################################################################
|
||||
# specific
|
||||
|
Loading…
Reference in New Issue
Block a user