From 2c9c7e10362bdf156071bf258a5ac821fcbc17b2 Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Thu, 31 Jul 2025 17:16:37 +0200 Subject: [PATCH] Resolves: RHEL-95058 - Rebase SSSD for RHEL 10.1 Resolves: RHEL-77184 - AD user in external group is not cleared when expiring the cache --- .gitignore | 1 + sources | 2 +- sssd.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d6d559f..916c992 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ sssd-1.2.91.tar.gz /sssd-2.10.1.tar.gz /sssd-2.10.2.tar.gz /sssd-2.11.0.tar.gz +/sssd-2.11.1.tar.gz diff --git a/sources b/sources index adcbd32..f12bd80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sssd-2.11.0.tar.gz) = cf273853170ff8fa8767eb7f760ee205d7b0b9c725f81de51c44463b96b66b509c5e257a4e9c9a633bd7080fde42b11164579291664de4629654ffa9989352fb +SHA512 (sssd-2.11.1.tar.gz) = e65897bcb9ddd64f6c01787ad7b7eab3c9916e10f9ead02a6e92de503a4ea71c091e998ccf0344576b520bea75abfe5fd2880e8401237a26274d764d291f6fa4 diff --git a/sssd.spec b/sssd.spec index 258013a..12b9b0d 100644 --- a/sssd.spec +++ b/sssd.spec @@ -22,12 +22,12 @@ %global samba_package_version %(rpm -q samba-devel --queryformat %{version}) Name: sssd -Version: 2.11.0 -Release: 3%{?dist} +Version: 2.11.1 +Release: 1%{?dist} Summary: System Security Services Daemon License: GPL-3.0-or-later URL: https://github.com/SSSD/sssd/ -Source0: https://github.com/SSSD/sssd/releases/download/2.11.0/sssd-2.11.0.tar.gz +Source0: https://github.com/SSSD/sssd/releases/download/2.11.1/sssd-2.11.1.tar.gz Source1: sssd.sysusers ### Patches ### @@ -498,7 +498,7 @@ enable authentication with passkey token. %endif %prep -%autosetup -n sssd-2.11.0 -p1 +%autosetup -n sssd-2.11.1 -p1 %build @@ -1092,6 +1092,10 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Thu Jul 31 2025 Alexey Tikhonov - 2.11.1-1 +- Resolves: RHEL-95058 - Rebase SSSD for RHEL 10.1 +- Resolves: RHEL-77184 - AD user in external group is not cleared when expiring the cache + * Fri Jun 13 2025 Alexey Tikhonov - 2.11.0-3 - Related: RHEL-89870 - Rebase Samba to the latest 4.22.x release