- Actually update spec file as to apply change for RHEL-32684.

This commit is contained in:
Ian Kent 2025-03-14 13:49:07 +08:00
parent d5cd007843
commit 7b3ea282aa

View File

@ -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 <ikent@redhat.com> - 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 <ikent@redhat.com> - 1:5.1.7-60
- RHEL-77321 - autofs: deadlock between mnts_lookup_mount and mnts_remove_mount
- fix deadlock in master_notify_submount().