diff --git a/.gitignore b/.gitignore
index 1776a78..3dae7fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-SOURCES/samba-4.21.0.tar.xz
-SOURCES/samba-4.21.0.tar.asc
+SOURCES/samba-4.21.1.tar.xz
+SOURCES/samba-4.21.1.tar.asc
diff --git a/.samba.metadata b/.samba.metadata
index 4f347e6..1871122 100644
--- a/.samba.metadata
+++ b/.samba.metadata
@@ -1,2 +1,2 @@
-ae70341375293c160d19b8a75d1dc9420aabee02 SOURCES/samba-4.21.0.tar.xz
-0b66a4ba3619cb9b549dacee6166c60e776544a1 SOURCES/samba-4.21.0.tar.asc
+b27af807fb5a38f97492b114fca9678cb57886c3 SOURCES/samba-4.21.1.tar.xz
+5d0259c941d92227a11ab639ae97b77e078885bf SOURCES/samba-4.21.1.tar.asc
diff --git a/SPECS/samba.spec b/SPECS/samba.spec
index 1ef2dea..1173cec 100644
--- a/SPECS/samba.spec
+++ b/SPECS/samba.spec
@@ -110,7 +110,7 @@
 
 %define samba_requires_eq()  %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
 
-%global samba_version 4.21.0
+%global samba_version 4.21.1
 %global baserelease 100
 # This should be rc1 or %%nil
 %global pre_release %nil
@@ -1885,9 +1885,7 @@ fi
 
 %{_libdir}/samba/ldb/asq.so
 %{_libdir}/samba/ldb/ldb.so
-%if %{with dc} || %{with testsuite}
 %{_libdir}/samba/ldb/mdb.so
-%endif
 %{_libdir}/samba/ldb/paged_searches.so
 %{_libdir}/samba/ldb/rdn_name.so
 %{_libdir}/samba/ldb/sample.so
@@ -3609,5 +3607,8 @@ fi
 %endif
 
 %changelog
+* Wed Oct 16 2024 - Anoop C S <anoopcs@samba.org> - 4.21.1-100
+- v4.21.1 GA
+
 * Tue Sep 03 2024 - Anoop C S <anoopcs@samba.org> - 4.21.0-100
 - Initial version