From 93a90bb4b0f4f708b414e350422b1d3a12a63c06 Mon Sep 17 00:00:00 2001 From: majianhan Date: Tue, 3 Dec 2024 16:39:48 +0800 Subject: [PATCH] Add spec patch --- sssd.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sssd.spec b/sssd.spec index f48c304..96f5ae5 100644 --- a/sssd.spec +++ b/sssd.spec @@ -15,6 +15,9 @@ 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} -- Gitee