From c07e3202a7fcfeec35c19b644029d153967ef55a Mon Sep 17 00:00:00 2001 From: lixiaokeng Date: Tue, 10 Nov 2020 15:48:49 +0800 Subject: [PATCH] set help package as install recommend --- nfs-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 9fd884c..fbdc66e 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -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 @@ -36,7 +36,7 @@ Requires(preun): systemd Requires(postun): systemd Requires(postun): glibc Requires: openldap - +Recommends: %{name}-help = %{epoch}:%{version}-%{release} Provides: exportfs = %{epoch}:%{version}-%{release} Provides: nfsstat = %{epoch}:%{version}-%{release} @@ -221,6 +221,9 @@ fi %{_mandir}/*/* %changelog +* Tue Nov 10 2020 lixiaokeng - 2.5.1-2 +- set help package as install recommend + * Thu Jul 30 2020 yanglongkang - 2.5.1-1 - update to 2.5.1 version -- Gitee