Skip to content

Commit

Permalink
RPM: fix openldap and openssl build dependencies for SUSE
Browse files Browse the repository at this point in the history
http://tracker.ceph.com/issues/15138 Fixes: #15138

Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Mar 15, 2016
1 parent 0a92973 commit 3214ae9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ceph.spec.in
Expand Up @@ -119,8 +119,6 @@ BuildRequires: libblkid-devel >= 2.17
BuildRequires: libudev-devel
BuildRequires: libtool
BuildRequires: make
BuildRequires: openldap-devel
BuildRequires: openssl-devel
BuildRequires: parted
BuildRequires: perl
BuildRequires: pkgconfig
Expand Down Expand Up @@ -159,7 +157,9 @@ BuildRequires: btrfsprogs
BuildRequires: mozilla-nss-devel
BuildRequires: keyutils-devel
BuildRequires: libatomic-ops-devel
BuildRequires: libopenssl-devel
BuildRequires: lsb-release
BuildRequires: openldap2-devel
BuildRequires: python-Cython
%endif
%if 0%{?fedora} || 0%{?rhel}
Expand All @@ -176,6 +176,8 @@ Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
BuildRequires: gperftools-devel
BuildRequires: openldap-devel
BuildRequires: openssl-devel
BuildRequires: redhat-lsb-core
BuildRequires: Cython
%endif
Expand Down

0 comments on commit 3214ae9

Please sign in to comment.