Fix the typo of dependency tag "Provides: rpcclt" (bz 2104406)

Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: bz2104406
This commit is contained in:
Steve Dickson 2022-08-01 13:50:14 -04:00
parent 004d589ad4
commit 7e333479cd
1 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils
URL: http://linux-nfs.org/
Version: 2.5.4
Release: 13%{?dist}
Release: 14%{?dist}
Epoch: 1
# group all 32bit related archs
@ -110,7 +110,7 @@ Show NFS client Statistics
%package -n nfsv4-client-utils
Summary: NFSv4 utilities for supporting client
Provides: rpc.gssd = %{epoch}:%{version}-%{release}
Provides: rpcclt = %{epoch}:%{version}-%{release}
Provides: rpcctl = %{epoch}:%{version}-%{release}
Provides: mount.nfs = %{epoch}:%{version}-%{release}
Provides: mount.nfs4 = %{epoch}:%{version}-%{release}
Provides: umount.nfs = %{epoch}:%{version}-%{release}
@ -463,9 +463,11 @@ fi
%{_mandir}/*/nfsiostat.8.gz
%changelog
* Mon Aug 1 Steve Dickson <steved@redhat.com> 2.5.4-14
- Fix the typo of dependency tag "Provides: rpcclt" (bz 2104406)
* Thu Jul 28 2022 Steve Dickson <steved@redhat.com> 2.5.4-13
- mount.nfs: Fix Typo auto negotiating code. (bz 2054300)
- Fix the typo of dependency tag "Provides: rpcclt" (bz 2104406)
* Fri Jul 22 2022 Steve Dickson <steved@redhat.com> 2.5.4-12
- idmapd: Fix error status when nfs-idmapd exits (bz 2001764)