diff --git a/SPECS/bind-dyndb-ldap.spec b/SPECS/bind-dyndb-ldap.spec
index 9bc2164..677a2d8 100644
--- a/SPECS/bind-dyndb-ldap.spec
+++ b/SPECS/bind-dyndb-ldap.spec
@@ -1,6 +1,6 @@
 %define VERSION %{version}
 
-%define bind_version 32:9.11.20-6
+%define bind_version 32:9.11.26-1
 
 %if 0%{?fedora} >= 31 || 0%{?rhel} >= 9
     %global openssl_pkcs11_version 0.4.10-2
@@ -11,7 +11,7 @@
 
 Name:           bind-dyndb-ldap
 Version:        11.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
 Group:          System Environment/Libraries
@@ -107,6 +107,10 @@ sed -i.bak -e "$SEDSCRIPT" /etc/named.conf
 
 
 %changelog
+* Thu Jan 07 2021 Rob Crittenden <rcritten@redhat.com> - 11.6-2
+- Rebuild against bind 9.11.26
+- Resolves: rhbz#1904612
+
 * Mon Nov 23 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.6-1
 - New upstream release
 - Resolves: rhbz#1891735