From ee39de46a1c1ea96bbe524f159ae435319b2d072 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 3 Mar 2022 14:43:11 +0200 Subject: [PATCH] freeipa.spec: bump crypto-policies dependency for CentOS 9 Stream Fixes: https://pagure.io/freeipa/issue/9119 Signed-off-by: Alexander Bokovoy Reviewed-By: Julien Rische Reviewed-By: Francisco Trivino --- freeipa.spec.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/freeipa.spec.in b/freeipa.spec.in index 0b24febc0baff6f60fd2b4cb254971bd3e3aa3b8..c1d81605068c6fc3e6c765ad01c4967fa9f03c95 100755 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -695,6 +695,12 @@ Provides: %{name}-admintools = %{version}-%{release} Conflicts: crypto-policies < 20200629-1 %endif +%if 0%{?rhel} == 9 +# Conflict with crypto-policies < 20220223-1 to get upgraded AD-SUPPORT and +# AD-SUPPORT-LEGACY policy modules +Conflicts: crypto-policies < 20220223-1 +%endif + %description client IPA is an integrated solution to provide centrally managed Identity (users, hosts, services), Authentication (SSO, 2FA), and Authorization -- 2.34.1