diff --git a/sssd.spec b/sssd.spec index 0145f59..9edf02e 100644 --- a/sssd.spec +++ b/sssd.spec @@ -23,11 +23,11 @@ %global ldb_modulesdir %(pkg-config --variable=modulesdir ldb) %global ldb_version 1.2.0 -%global samba_package_version %(rpm -q samba-devel --queryformat %{version}-%{release}) +%global samba_package_version %(rpm -q samba-devel --queryformat %{version}) Name: sssd Version: 2.9.6 -Release: 4%{?dist}.1 +Release: 4%{?dist}.2 Summary: System Security Services Daemon License: GPLv3+ URL: https://github.com/SSSD/sssd/ @@ -1087,6 +1087,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Mon Apr 7 2025 Alexey Tikhonov - 2.9.6-4.2 +- Resolves: RHEL-82419 - Disk cache failure with large db sizes [rhel-9] + * Wed Apr 2 2025 Alexey Tikhonov - 2.9.6-4.1 - Resolves: RHEL-82419 - Disk cache failure with large db sizes [rhel-9]