diff --git a/SPECS/babl.spec b/SPECS/babl.spec
index 543b35c..9885228 100644
--- a/SPECS/babl.spec
+++ b/SPECS/babl.spec
@@ -19,7 +19,7 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
 Version:	0.1.86
-Release:	3%{?dist}
+Release:	4%{?dist}
 
 # Compute some version related macros
 # Ugly hack, you need to get your quoting backslashes/percent signs straight
@@ -38,6 +38,7 @@ BuildRequires:	gobject-introspection-devel
 BuildRequires:	librsvg2-tools
 BuildRequires:	meson, vala
 BuildRequires:	pkgconfig(lcms2)
+BuildRequires:	openssh-clients
 
 %description
 Babl is a dynamic, any to any, pixel format conversion library. It
@@ -124,6 +125,9 @@ popd
 %doc %{develdocdir}
 
 %changelog
+* Wed Jul 20 2022 Josef Ridky <jridky@redhat.com> - 0.1.86-4
+- fix FTBFS by adding openssh-clients into BuildRequires (#2105618)
+
 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.86-3
 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
   Related: rhbz#1991688