From 7b3ea282aa468a60895217485272d396292e8383 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Fri, 14 Mar 2025 13:49:07 +0800 Subject: [PATCH] - Actually update spec file as to apply change for RHEL-32684. --- autofs.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index 02740d0..a76e0d2 100644 --- a/autofs.spec +++ b/autofs.spec @@ -12,7 +12,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.7 -Release: 60%{?dist} +Release: 61%{?dist} Epoch: 1 License: GPLv2+ Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-2.tar.gz @@ -220,6 +220,9 @@ Patch205: autofs-5.1.7-clear-per-mount-timeout-if-not-set.patch # JIRA: RHEL-77321 Patch206: autofs-5.1.9-fix-deadlock-in-master_notify_submount.patch +#JIRA: RHEL-32684 +Patch207: autofs-5.1.9-handle-sss-special-case-getautomntbyname-error.patch + %if %{with_systemd} BuildRequires: systemd-units BuildRequires: systemd-devel @@ -477,6 +480,7 @@ echo %{version}-%{release} > .version %patch205 -p1 %patch206 -p1 +%patch207 -p1 %build LDFLAGS=-Wl,-z,now @@ -585,6 +589,12 @@ fi %dir /etc/auto.master.d %changelog +* Fri Mar 14 2025 Ian Kent - 1:5.1.7-61 +- RHEL-32684 - sssd autofs fails to get correct EHOSTDOWN if requested + incorrect mount after upgrade to sssd-2.9.1-4.el8_9.5.x86_64 + - handle sss special case getautomntbyname() error +- Resolves: RHEL-32684 + * Thu Feb 06 2025 Ian Kent - 1:5.1.7-60 - RHEL-77321 - autofs: deadlock between mnts_lookup_mount and mnts_remove_mount - fix deadlock in master_notify_submount().