diff --git a/autofs.spec b/autofs.spec index c55a440..72cc54d 100644 --- a/autofs.spec +++ b/autofs.spec @@ -1,6 +1,6 @@ Name: autofs Version: 5.1.4 -Release: 25 +Release: 26 Epoch: 1 Summary: A tool for automatically mounting and unmounting filesystems License: GPLv2+ @@ -44,6 +44,7 @@ Patch0035: 0034-autofs-5.1.4-fix-use-after-free-in-parse_ldap_config.patc Patch0036: 0035-fix-automount-aborted-when-use-M.patch Requires: bash coreutils sed gawk grep module-init-tools procps +Recommends: %{name}-help = %{version}-%{release} Requires(post): systemd-sysv systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -121,6 +122,9 @@ install -m 600 samples/autofs_ldap_auth.conf $RPM_BUILD_ROOT/etc/autofs_ldap_aut %{_mandir}/*/* %changelog +* Fri Nov 06 2020 huanghaitao - 1:5.1.4-26 +- Make help package required by autofs + * Fri Sep 18 2020 Guoshuai Sun - 1:5.1.4-25 - Fix automount aborted when use -M option