Skip to content

Commit

Permalink
Merge pull request ceph#478 from dalgaaf/wip-da-spec-req
Browse files Browse the repository at this point in the history
Fix BuildRequires in SPEC file
Reviewed-by: Gary Lowell <[email protected]>
  • Loading branch information
glowell2 committed Aug 1, 2013
2 parents bbd558a + caaaf2c commit ab1f438
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: libuuid-devel
BuildRequires: leveldb-devel > 1.2
%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora}
BuildRequires: snappy-devel
%endif

#################################################################################
# specific
Expand Down Expand Up @@ -235,6 +238,14 @@ License: LGPL-2.0
Requires: java
Requires: libcephfs_jni1 = %{version}-%{release}
BuildRequires: java-devel
%if 0%{?suse_version} > 1220
Requires: junit4
BuildRequires: junit4
%else
Requires: junit
BuildRequires: junit
%endif
BuildRequires: junit
%description -n cephfs-java
This package contains the Java libraries for the Ceph File System.

Expand Down

0 comments on commit ab1f438

Please sign in to comment.