Bug 2104406

Summary: [nfs-utils.spec] please fix the typo of dependency tag "Provides: rpcclt"
Product: Red Hat Enterprise Linux 9 Reporter: Yongcheng Yang <yoyang>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED ERRATA QA Contact: Yongcheng Yang <yoyang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0CC: steved, xzhou
Target Milestone: rcKeywords: EasyFix, Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: nfs-utils-2.5.4-14.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-15 11:22:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yongcheng Yang 2022-07-06 07:45:15 UTC
Description of problem:
We added the `rpcctl` command in Bug 2059245 but I just realize that file nfs-utils.spec contains a typo of the command name.

It doesn't affect the functionality but might cause mis-matched dependency in the future usage.  Let's fix it if possible.

[yoyang@yoyang-vm nfs-utils.rhel9]$ git df
diff --git a/nfs-utils.spec b/nfs-utils.spec
index c55c633..e6aa34e 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -36,7 +36,7 @@ Provides: exportfs    = %{epoch}:%{version}-%{release}
 Provides: nfsstat     = %{epoch}:%{version}-%{release}
 Provides: showmount   = %{epoch}:%{version}-%{release}
 Provides: rpcdebug    = %{epoch}:%{version}-%{release}
-Provides: rpcclt      = %{epoch}:%{version}-%{release}
+Provides: rpcctl      = %{epoch}:%{version}-%{release}
 Provides: rpc.idmapd  = %{epoch}:%{version}-%{release}
 Provides: rpc.mountd  = %{epoch}:%{version}-%{release}
 Provides: rpc.nfsd    = %{epoch}:%{version}-%{release}
@@ -101,7 +101,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}

Version-Release number of selected component (if applicable):
since nfs-utils-2.5.4-10.el9

Comment 7 errata-xmlrpc 2022-11-15 11:22:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (nfs-utils bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:8376