From 7e333479cdf494b1355f76d8f21b4bac79acc2d8 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 1 Aug 2022 13:50:14 -0400 Subject: [PATCH] Fix the typo of dependency tag "Provides: rpcclt" (bz 2104406) Signed-off-by: Steve Dickson Resolves: bz2104406 --- nfs-utils.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)