]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: move junit BuildRequires to the cephfs-java subpackage
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 1 Aug 2013 11:37:48 +0000 (13:37 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 1 Aug 2013 13:00:25 +0000 (15:00 +0200)
JUnit is only needed by cephfs-java. Move the BuildRequires to this
subpackage.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
ceph.spec.in

index 870cc04ba0102a3cfe7ef76047eedafbea33e17b..d61be40de8f94e64665e8ec5f045f602c28c3668 100644 (file)
@@ -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.