diff --git a/nfs-utils.spec b/nfs-utils.spec index fe8d742..69e2ee4 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -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 2.5.4-14 +- Fix the typo of dependency tag "Provides: rpcclt" (bz 2104406) + * Thu Jul 28 2022 Steve Dickson 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 2.5.4-12 - idmapd: Fix error status when nfs-idmapd exits (bz 2001764)