diff --git a/SPECS/bind.spec b/SPECS/bind.spec
index a09343e..aec0105 100644
--- a/SPECS/bind.spec
+++ b/SPECS/bind.spec
@@ -64,7 +64,7 @@ Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
 Name:     bind
 License:  MPLv2.0
 Version:  9.11.4
-Release:  16%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}.2
+Release:  16%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}.3
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 #
@@ -626,6 +626,9 @@ export LIBDIR_SUFFIX
   --enable-filter-aaaa \
   --enable-rrl \
   --with-pic \
+%ifarch aarch64 ppc ppc64 ppc64le
+  --disable-atomic \
+%endif
   --disable-static \
   --includedir=%{_includedir}/bind9 \
   --with-tuning=large \
@@ -1497,6 +1500,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Wed Mar 04 2020 Miroslav Lichvar <mlichvar@redhat.com> - 32:9.11.4-16.P2.3
+- Disable atomic operations on ppc64, ppc64le, aarch64, ppc (#1779589)
+
 * Sat Feb 22 2020 Tomas Korbar <tkorbar@redhat.com> - 32:9.11.4-16.P2.2
 - Disable unit test timer_test on ppc64le because of its instability