- Update "Requires(pre)" to use /usr/bin/grep instead of /bin/grep.

This commit is contained in:
Ian Kent 2018-02-04 15:59:50 +08:00
parent 39097857d1
commit f6425c6b85
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Summary: Automount utilities including an updated version of Amd
Name: am-utils
Version: 6.2.0
%define upstream_version 6.2
Release: 27%{?dist}
Release: 28%{?dist}
License: BSD
Epoch: 5
Group: System Environment/Daemons
@ -35,7 +35,7 @@ Requires: gawk
Requires: findutils
Requires: libtirpc
Requires(pre): /bin/grep
Requires(pre): /usr/bin/grep
Requires(post): /sbin/install-info
Requires(post): systemd-sysv
Requires(post): systemd-units
@ -254,6 +254,9 @@ fi
%{_libdir}/libamu.so*
%changelog
* Sun Feb 04 2018 Ian Kent <ikent@redhat.com> - 5:6.2.0-28
- Update "Requires(pre)" to use /usr/bin/grep instead of /bin/grep.
* Thu Aug 24 2017 Ian Kent <ikent@redhat.com> - 5:6.2.0-27
- fix nfsv3 fh length in NFS_FH_DREF().