From e5449e2a0f55e2e29776ccc25cec8e7b572482ab Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Mon, 13 Nov 2023 18:26:50 +0100 Subject: [PATCH] Resolves: RHEL-2630 - Rebase SSSD for RHEL 8.10 --- sssd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index 640b827..d53387f 100644 --- a/sssd.spec +++ b/sssd.spec @@ -19,7 +19,7 @@ Name: sssd Version: 2.9.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -351,6 +351,7 @@ Group: Applications/System License: GPLv3+ Conflicts: sssd < 1.10.0-8.beta2 Requires: sssd-common = %{version}-%{release} +Requires: libsss_certmap = %{version}-%{release} Requires(pre): shadow-utils %description proxy @@ -1211,6 +1212,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Mon Nov 13 2023 Alexey Tikhonov - 2.9.3-2 +- Resolves: RHEL-2630 - Rebase SSSD for RHEL 8.10 + * Mon Nov 13 2023 Alexey Tikhonov - 2.9.3-1 - Resolves: RHEL-2630 - Rebase SSSD for RHEL 8.10 - Resolves: RHEL-14070 - sssd-2.9.2-1.el8 breaks smart card authentication