Make help package be required

This commit is contained in:
hht8 2020-11-10 14:10:21 +08:00
parent 0b82caab31
commit 0572b03136

View File

@ -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 <huanghaitao8@huawei.com> - 1:5.1.4-26
- Make help package required by autofs
* Fri Sep 18 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 1:5.1.4-25
- Fix automount aborted when use -M option