diff --git a/SOURCES/nfs-utils-2.3.3-nfsconf-manage-gids.patch b/SOURCES/nfs-utils-2.3.3-nfsconf-manage-gids.patch
deleted file mode 100644
index 43de59a..0000000
--- a/SOURCES/nfs-utils-2.3.3-nfsconf-manage-gids.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-commit 268e3c0cff6d6aee3b8f5458545f8dab76d7d444
-Author: Steve Dickson <steved@redhat.com>
-Date:   Mon Feb 4 15:17:42 2019 -0500
-
-    nfs.conf: Fixed manage-gids option typo
-    
-    Reported-by: Adam DiFrischia <adifrischia@curtisswright.com>
-    BugLink: https://bugzilla.linux-nfs.org/show_bug.cgi?id=333
-    Signed-off-by: Steve Dickson <steved@redhat.com>
-
-diff --git a/nfs.conf b/nfs.conf
-index 796bee4..722b024 100644
---- a/nfs.conf
-+++ b/nfs.conf
-@@ -26,7 +26,7 @@
- #
- [mountd]
- # debug=0
--# manage_gids=n
-+# manage-gids=n
- # descriptors=0
- # port=0
- # threads=1
diff --git a/SPECS/nfs-utils.spec b/SPECS/nfs-utils.spec
index a099bbe..30a1d4c 100644
--- a/SPECS/nfs-utils.spec
+++ b/SPECS/nfs-utils.spec
@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
 Name: nfs-utils
 URL: http://linux-nfs.org/
 Version: 2.3.3
-Release: 14%{?dist}.3
+Release: 14%{?dist}.2
 Epoch: 1
 
 # group all 32bit related archs
@@ -33,7 +33,6 @@ Patch008: nfs-utils-2.3.3-gating-tests.patch
 #
 Patch009: nfs-utils-2.3.3-statd-no-notify.patch
 Patch010: nfs-utils-2.3.3-statd-force.patch
-Patch011: nfs-utils-2.3.3-nfsconf-manage-gids.patch
 
 Patch100: nfs-utils-1.2.1-statdpath-man.patch
 Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
@@ -320,9 +319,6 @@ fi
 %{_libdir}/libnfsidmap.so
 
 %changelog
-* Mon Aug 26 2019 Steve Dickson <steved@redhat.com> 2.3.3-14_0.3
-- nfs.conf: Fixed manage-gids option typo (bz 1716591)
-
 * Tue Aug 13 2019 Steve Dickson <steved@redhat.com> 2.3.3-14_0.2
 - Add a conversion for new sm-notify force option to sm-notify (bz 1716592)