Merge branch 'f30' into f29
This commit is contained in:
commit
44a1ea8515
1 changed files with 5 additions and 2 deletions
|
|
@ -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 <pemensik@redhat.com> - 32:9.11.6-2.P1
|
||||
- Fix error in scriptlet condition
|
||||
|
||||
* Fri May 03 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.6-1.P1
|
||||
- Update to 9.11.6-P1 (#1702881)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue