diff --git a/.gitignore b/.gitignore
index bc2398e..151a73c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ SOURCES/samba-4.11.12.tar.xz
 SOURCES/samba-4.11.12.tar.asc
 SOURCES/samba-4.11.13.tar.xz
 SOURCES/samba-4.11.13.tar.asc
+SOURCES/samba-4.11.14.tar.xz
+SOURCES/samba-4.11.14.tar.asc
diff --git a/SOURCES/do-not-install-test-util-binary.patch b/SOURCES/do-not-install-test-util-binary.patch
deleted file mode 100644
index 7df6eee..0000000
--- a/SOURCES/do-not-install-test-util-binary.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 161086398b2f3e3fa52d5a3940b0aef907dc0a13 Mon Sep 17 00:00:00 2001
-From: Anoop C S <anoopcs@samba.org>
-Date: Tue, 25 Aug 2020 16:12:45 +0530
-Subject: [PATCH] lib/util: Do not install test_util
-
-Signed-off-by: Anoop C S <anoopcs@samba.org>
----
- lib/util/wscript_build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/lib/util/wscript_build b/lib/util/wscript_build
-index 4ac0a9cc064..e04752cb130 100644
---- a/lib/util/wscript_build
-+++ b/lib/util/wscript_build
-@@ -291,4 +291,5 @@ else:
-     bld.SAMBA_BINARY('test_util',
-                      source='tests/test_util.c',
-                      deps='cmocka replace talloc samba-util',
--                     local_include=False)
-+                     local_include=False,
-+                     install=False)
--- 
-2.26.2
-
diff --git a/SPECS/samba.spec b/SPECS/samba.spec
index 2a93024..a48f510 100644
--- a/SPECS/samba.spec
+++ b/SPECS/samba.spec
@@ -8,7 +8,7 @@
 
 %define main_release 1
 
-%define samba_version 4.11.13
+%define samba_version 4.11.14
 # This should be rc1 or nil
 %define pre_release %nil
 
@@ -114,8 +114,7 @@ Source15:  samba.pamd
 Source100: ctdb.conf
 Source101: script.options
 
-Patch1: do-not-install-test-util-binary.patch
-Patch2: remove-talloc-ldb-requires-from-samba-policy.patch
+Patch1: remove-talloc-ldb-requires-from-samba-policy.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -3757,6 +3756,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Oct 07 2020 - Anoop C S <anoopcs@samba.org> - 4.11.14-1
+- v4.11.14 GA
+
 * Fri Sep 25 2020 - Anoop C S <anoopcs@samba.org> - 4.11.13-1
 - v4.11.13 GA