From cbf3a11cf3dd3bd8c363e0212016153f2e65bfb5 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Thu, 1 Aug 2013 13:37:48 +0200 Subject: [PATCH] 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 --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3