Resolves: RHEL-95058 - Rebase SSSD for RHEL 10.1

Resolves: RHEL-77184 - AD user in external group is not cleared when expiring the cache
This commit is contained in:
Alexey Tikhonov 2025-07-31 17:16:37 +02:00
parent 99698114d0
commit 2c9c7e1036
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (sssd-2.11.0.tar.gz) = cf273853170ff8fa8767eb7f760ee205d7b0b9c725f81de51c44463b96b66b509c5e257a4e9c9a633bd7080fde42b11164579291664de4629654ffa9989352fb
SHA512 (sssd-2.11.1.tar.gz) = e65897bcb9ddd64f6c01787ad7b7eab3c9916e10f9ead02a6e92de503a4ea71c091e998ccf0344576b520bea75abfe5fd2880e8401237a26274d764d291f6fa4

View File

@ -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 <atikhono@redhat.com> - 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 <atikhono@redhat.com> - 2.11.0-3
- Related: RHEL-89870 - Rebase Samba to the latest 4.22.x release