diff --git a/SPECS/samba.spec b/SPECS/samba.spec
index 434c776..c94363c 100644
--- a/SPECS/samba.spec
+++ b/SPECS/samba.spec
@@ -6,7 +6,7 @@
 # ctdb is enabled by default, you can disable it with: --without clustering
 %bcond_without clustering
 
-%define main_release 1
+%define main_release 2
 
 %define samba_version 4.11.11
 %define talloc_version 2.2.0
@@ -1708,7 +1708,7 @@ rm -rf %{buildroot}
 %{_libdir}/samba/libtalloc.so.*
 %{_libdir}/samba/libpytalloc-util.*.so.*
 %{python3_sitearch}/talloc.*.so
-%{_mandir}/man3/talloc.3.gz
+%exclude %{_mandir}/man3/talloc.3.gz
 %endif
 
 %if %{with_internal_tevent}
@@ -1733,7 +1733,7 @@ rm -rf %{buildroot}
 %{python3_sitearch}/__pycache__/_ldb_text.*.pyc
 %{python3_sitearch}/_ldb_text.py*
 %{python3_sitearch}/ldb.*.so
-%{_mandir}/man3/ldb.3.gz
+%exclude %{_mandir}/man3/ldb.3.gz
 %endif
 
 ### COMMON
@@ -3755,5 +3755,8 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Jul 17 2020 - Anoop C S <anoopcs@samba.org> - 4.11.11-2
+- Do not ship talloc and ldb man pages with samba-client-libs
+
 * Tue Jul 14 2020 - Anoop C S <anoopcs@samba.org> - 4.11.11-1
 - Initial version