Make help package be required
This commit is contained in:
parent
0b82caab31
commit
0572b03136
@ -1,6 +1,6 @@
|
|||||||
Name: autofs
|
Name: autofs
|
||||||
Version: 5.1.4
|
Version: 5.1.4
|
||||||
Release: 25
|
Release: 26
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A tool for automatically mounting and unmounting filesystems
|
Summary: A tool for automatically mounting and unmounting filesystems
|
||||||
License: GPLv2+
|
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
|
Patch0036: 0035-fix-automount-aborted-when-use-M.patch
|
||||||
|
|
||||||
Requires: bash coreutils sed gawk grep module-init-tools procps
|
Requires: bash coreutils sed gawk grep module-init-tools procps
|
||||||
|
Recommends: %{name}-help = %{version}-%{release}
|
||||||
Requires(post): systemd-sysv systemd-units
|
Requires(post): systemd-sysv systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): 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}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 18 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 1:5.1.4-25
|
||||||
- Fix automount aborted when use -M option
|
- Fix automount aborted when use -M option
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user