- also update spec file for patch update for bug 1984808.

This commit is contained in:
Ian Kent 2021-08-02 08:20:44 +08:00
parent d11ac98e35
commit cc745af5e4

View File

@ -12,7 +12,7 @@
Summary: A tool for automatically mounting and unmounting filesystems Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs Name: autofs
Version: 5.1.7 Version: 5.1.7
Release: 19%{?dist} Release: 20%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz
@ -353,6 +353,10 @@ fi
%dir /etc/auto.master.d %dir /etc/auto.master.d
%changelog %changelog
* Mon Aug 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-20
- fix potential memory leak in "eliminate some more alloca usage" patch.
- remove unused parameter from add_path() in "eliminate some more alloca usage" patch.
* Sat Jun 19 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-19 * Sat Jun 19 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-19
- fix concat_options() error handling. - fix concat_options() error handling.
- eliminate some more alloca usage. - eliminate some more alloca usage.