From: Danny Al-Gaaf Date: Thu, 1 Aug 2013 11:37:48 +0000 (+0200) Subject: ceph.spec.in: move junit BuildRequires to the cephfs-java subpackage X-Git-Tag: v0.67~35^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cbf3a11cf3dd3bd8c363e0212016153f2e65bfb5;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 870cc04ba010..d61be40de8f9 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.