From 9282627708e382cca64e68b361fdf950cc101166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Fri, 6 Dec 2024 12:00:56 +0800 Subject: [PATCH] add missing patches --- sssd.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index f48c304..a7aac31 100644 --- a/sssd.spec +++ b/sssd.spec @@ -8,13 +8,17 @@ Name: sssd Version: 2.9.5 -Release: 3 +Release: 4 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/%{version}/sssd-%{version}.tar.gz Patch0001: backport-Make-sure-invalid-krb5-context-is-not-used.patch +Patch0002: backport-fix-Missing-dns_update_per_family-option.patch +Patch0003: backport-honor-ad_use_ldaps-setting-with-ad_machine_pw_renewal.patch +Patch0004: backport-mistype-fix.patch + Requires: sssd-ad = %{version}-%{release} Requires: sssd-common = %{version}-%{release} @@ -914,6 +918,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Fri Dec 06 2024 shenzhongwei - 2.9.5-4 +- add missing patches + * Mon Dec 02 2024 Majianhan - 2.9.5-3 - backport upstream patches -- Gitee