diff --git a/.gitignore b/.gitignore
index eeaaccf..47fda6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
 SOURCES/container-selinux.tgz
-SOURCES/selinux-policy-93ca24a.tar.gz
-SOURCES/selinux-policy-contrib-9d51d06.tar.gz
+SOURCES/selinux-policy-b422cb9.tar.gz
+SOURCES/selinux-policy-contrib-5fa0471.tar.gz
diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata
index aff5e9d..efce996 100644
--- a/.selinux-policy.metadata
+++ b/.selinux-policy.metadata
@@ -1,3 +1,3 @@
-4a9a587fa8603d5d1475cfa4b14af977074f0117 SOURCES/container-selinux.tgz
-6b106f89917b89eab74bfedbe9b9cf90f2fc7271 SOURCES/selinux-policy-93ca24a.tar.gz
-178f844f4df2d469925f77324318a93266eacca6 SOURCES/selinux-policy-contrib-9d51d06.tar.gz
+c0b044a86a0e15563d7fe89e29e9a561225d04d1 SOURCES/container-selinux.tgz
+8134360c1345ffa270e1e74547a483e11c2eb5d7 SOURCES/selinux-policy-b422cb9.tar.gz
+de04b70b22842d36b95fa2df21ef538dede5e749 SOURCES/selinux-policy-contrib-5fa0471.tar.gz
diff --git a/SOURCES/modules-targeted-contrib.conf b/SOURCES/modules-targeted-contrib.conf
index 7c6c66d..de87626 100644
--- a/SOURCES/modules-targeted-contrib.conf
+++ b/SOURCES/modules-targeted-contrib.conf
@@ -720,13 +720,6 @@ git = module
 # 
 glance = module
 
-# Layer: contrib
-# Module: glusterd
-#  
-#  policy for glusterd service
-#
-glusterd =  module
-
 # Layer: apps
 # Module: gnome
 #
@@ -2012,7 +2005,7 @@ timidity = off
 tmpreaper = module
 
 # Layer: contrib
-# Module: glusterd
+# Module: tomcat
 #  
 #  policy for tomcat service
 #
diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec
index 4fb9774..28cc7f9 100644
--- a/SPECS/selinux-policy.spec
+++ b/SPECS/selinux-policy.spec
@@ -1,11 +1,11 @@
 # github repo with selinux-policy base sources
 %global git0 https://github.com/fedora-selinux/selinux-policy
-%global commit0 93ca24a255e1d6e6f1b7fe46bec93eb76b4bd8df
+%global commit0 b422cb99c935d1409cccb7448fdad92ff08cb0a6
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 # github repo with selinux-policy contrib sources
 %global git1 https://github.com/fedora-selinux/selinux-policy-contrib
-%global commit1 9d51d067411e272b0f9bf8a7b98da35b6937ca3f
+%global commit1 5fa0471a9428d7dbd65139e3f85e66e81f4aa27c
 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
 
 %define distro redhat
@@ -29,7 +29,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.14.3
-Release: 76%{?dist}
+Release: 77%{?dist}
 License: GPLv2+
 Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
 Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@@ -715,6 +715,18 @@ exit 0
 %endif
 
 %changelog
+* Thu Aug 12 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-77
+- Revert "update libs_filetrans_named_content() to have support for /usr/lib/debug directory"
+Resolves: rhbz#1887739
+- Allow sysadm to read/write scsi files and manage shadow
+Resolves: rhbz#1956302
+- Allow rhsmcertd execute gpg
+Resolves: rhbz#1887572
+- Allow lldpad send to kdump over a unix dgram socket
+Resolves: rhbz#1979121
+- Remove glusterd SELinux module from distribution policy
+Resolves: rhbz#1816718
+
 * Tue Aug 10 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-76
 - Allow login_userdomain read and map /var/lib/systemd files
 Resolves: rhbz#1965251