diff --git a/bind.spec b/bind.spec index 9da1b90..b8ab798 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: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -1012,7 +1012,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 @@ -1497,6 +1497,9 @@ fi; %changelog +* Mon May 06 2019 Petr Menšík - 32:9.11.6-2.P1 +- Fix error in scriptlet condition + * Fri May 03 2019 Petr Menšík - 32:9.11.6-1.P1 - Update to 9.11.6-P1 (#1702881)