From ae256fa52440da70c9c0943601a2d62caf5bb292 Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Nov 20 2019 22:12:34 +0000 Subject: Update selinux-policy minimal requirement Since 6c2710446718828e6840ac34ea6fc704ae6790db we need a new selinux policy in order to ensure /etc/named directory content has the correct selinux flags. Reviewed-By: Christian Heimes Reviewed-By: Alexander Bokovoy --- diff --git a/freeipa.spec.in b/freeipa.spec.in index 148d8fd..a2d90ef 100755 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -45,7 +45,7 @@ %global python_netaddr_version 0.7.16 # Require 4.7.0 which brings Python 3 bindings %global samba_version 4.7.0 -%global selinux_policy_version 3.14.1-14 +%global selinux_policy_version 3.14.3-21 %global slapi_nis_version 0.56.1-4 %global python_ldap_version 3.1.0-1 # python3-lib389 @@ -64,8 +64,8 @@ %global python_netaddr_version 0.7.16 # Require 4.7.0 which brings Python 3 bindings %global samba_version 2:4.7.0 -# DNSSEC AVC violation, RHBZ#1537971 -%global selinux_policy_version 3.13.1-283.24 +# SELinux context for /etc/named directory, RHBZ#1759495 +%global selinux_policy_version 3.14.3-52 %global slapi_nis_version 0.56.1 # fix for segfault in python3-ldap, https://pagure.io/freeipa/issue/7324