!10 Make help package be required

From: @hht8
Reviewed-by: @lei_ju,@small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-11-12 09:13:27 +08:00 committed by Gitee
commit b6c806096d

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