diff --git a/bind.spec b/bind.spec
index d80a7e0..a6298c2 100644
--- a/bind.spec
+++ b/bind.spec
@@ -53,7 +53,7 @@ Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
 Name:     bind
 License:  MPLv2.0
 Version:  9.11.6
-Release:  3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
+Release:  4%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
 Epoch:    32
 Url:      https://www.isc.org/downloads/bind/
 #
@@ -1032,7 +1032,7 @@ fi;
 
 %post
 %?ldconfig
-if -e %{_sysconfdir}/selinux/config; then
+if [ -e "%{_sysconfdir}/selinux/config" ]; then
   %selinux_set_booleans -s targeted %{selinuxbooleans}
   %selinux_set_booleans -s mls %{selinuxbooleans}
 fi
@@ -1519,6 +1519,9 @@ fi;
 
 
 %changelog
+* Mon May 06 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.6-4.P1
+- Fix error in scriptlet condition
+
 * Thu May 02 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.6-3.P1
 - Fix inefective limit of TCP clients (CVE-2018-5743)