set help package as install requires

This commit is contained in:
lixiaokeng 2020-11-10 15:48:49 +08:00
parent 2b6cb34f57
commit 825ca41b11

View File

@ -4,7 +4,7 @@
Name: nfs-utils
Version: 2.5.1
Release: 1
Release: 2
Epoch: 1
Summary: The Linux NFS userland utility package
License: MIT and GPLv2 and GPLv2+ and BSD
@ -26,6 +26,7 @@ BuildRequires: systemd, pkgconfig, rpcgen
Requires: rpcbind, sed, gawk, grep, kmod, keyutils, quota
Requires: libevent libblkid libcap libmount
Requires: libtirpc >= 0.2.3-1 gssproxy => 0.7.0-3
Requires: %{name}-help = %{version}-%{release}
Requires(pre): shadow-utils >= 4.0.3-25
Requires(pre): util-linux
Requires(pre): coreutils
@ -221,6 +222,9 @@ fi
%{_mandir}/*/*
%changelog
* Tue Nov 10 2020 lixiaokeng <lixiaokeng@huawei.com> - 2.5.1-2
- set help package as install requires
* Thu Jul 30 2020 yanglongkang <yanglongkang@huawei.com> - 2.5.1-1
- update to 2.5.1 version