diff --git a/SPECS/ceph.spec b/SPECS/ceph.spec
index 0c9951b..aa16015 100644
--- a/SPECS/ceph.spec
+++ b/SPECS/ceph.spec
@@ -101,7 +101,7 @@
 #################################################################################
 Name:		ceph
 Version:	15.2.10
-Release:	3%{?dist}
+Release:	4%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch:		2
 %endif
@@ -1052,8 +1052,8 @@ Requires:	ceph-common = %{_epoch_prefix}%{version}-%{release}
 Requires:	xmlstarlet
 Requires:	jq
 Requires:	socat
-Requires:	gtest-devel
-Requires:	gmock-devel
+BuildRequires:	gtest-devel gmock-devel
+Requires:	gtest-devel gmock-devel
 %description test
 This package contains Ceph benchmarks and test tools.
 %endif
@@ -2393,6 +2393,10 @@ exit 0
 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
 
 %changelog
+* Wed Mar 31 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:15.2.10-4
+- ceph 15.2.10 GA, ceph-test needs Requires: gtest-devel and gmock-devel
+  for libgmock.so, libgmock_main.so, and libgtest.so
+
 * Tue Mar 30 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:15.2.10-3
 - ceph 15.2.10 GA, ceph-test really requires gtest-devel and gmock-devel