From c82e03dad1ec0ec047bfabc76f4f9c8dc70715bf Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Mon, 13 Nov 2023 16:22:33 +0100 Subject: [PATCH] Resolves: RHEL-2630 - Rebase SSSD for RHEL 8.10 Resolves: RHEL-14070 - sssd-2.9.2-1.el8 breaks smart card authentication Resolves: RHEL-3665 - Unexplainable error "Unable to find primary gid [2]: No such file or directory" when SSSD performs lookup for an AD user --- .gitignore | 1 + sources | 2 +- sssd.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac22f52..6c1d93a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /sssd-2.9.0.tar.gz /sssd-2.9.1.tar.gz /sssd-2.9.2.tar.gz +/sssd-2.9.3.tar.gz diff --git a/sources b/sources index 610067b..b54b9c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sssd-2.9.2.tar.gz) = d3d05e2743cf3a31cd1952aeddf7500cf57e5b973bb4010a0a44472441ee0159db0021e0e37df4ce1a11e42c5eb8531f14a1a64a547f83f6958b39b9b9013084 +SHA512 (sssd-2.9.3.tar.gz) = e1c3e107c98ac2cbc4f38e435910ebd560464773e7e93c8982db37d1ccdf78bc5e3f514bbcd2aaae54074ca6197b2067531180b83ee8c0e7f94878a824834a21 diff --git a/sssd.spec b/sssd.spec index d62824c..640b827 100644 --- a/sssd.spec +++ b/sssd.spec @@ -18,7 +18,7 @@ %global enable_systemtap_opt --enable-systemtap Name: sssd -Version: 2.9.2 +Version: 2.9.3 Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon @@ -1211,6 +1211,11 @@ fi %systemd_postun_with_restart sssd.service %changelog +* 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 +- Resolves: RHEL-3665 - Unexplainable error "Unable to find primary gid [2]: No such file or directory" when SSSD performs lookup for an AD user + * Mon Sep 11 2023 Alexey Tikhonov - 2.9.2-1 - Resolves: RHEL-2630 - Rebase SSSD for RHEL 8.10 - Resolves: rhbz#2226021 - dbus and crond getting terminated with SIGBUS in sss_client code