summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-08-01 13:37:48 +0200
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-08-01 15:00:25 +0200
commitcbf3a11cf3dd3bd8c363e0212016153f2e65bfb5 (patch)
tree0ab000f898005b6f2b086c3197f1dba10c1808db
parent4a957962518e5f79292d7a6d826b1b5543dc8b4c (diff)
downloadceph-cbf3a11cf3dd3bd8c363e0212016153f2e65bfb5.tar.gz
ceph.spec.in: move junit BuildRequires to the cephfs-java subpackage
JUnit is only needed by cephfs-java. Move the BuildRequires to this subpackage. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--ceph.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 870cc04ba01..d61be40de8f 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -45,7 +45,6 @@ BuildRequires: leveldb-devel > 1.2
%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora}
BuildRequires: snappy-devel
%endif
-BuildRequires: junit
#################################################################################
# specific
@@ -239,6 +238,7 @@ License: LGPL-2.0
Requires: java
Requires: libcephfs_jni1 = %{version}-%{release}
BuildRequires: java-devel
+BuildRequires: junit
%description -n cephfs-java
This package contains the Java libraries for the Ceph File System.