Bug 1702443

Summary: update systemd script to replace nfs-secure.service which no longer exists
Product: [Fedora] Fedora Reporter: Robbie Harwood <rharwood>
Component: gssproxyAssignee: Robbie Harwood <rharwood>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abokovoy, gdeschner, rharwood, ssorce, xzhou, yoyang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://pagure.io/gssproxy/pull-request/247
Whiteboard:
Fixed In Version: gssproxy-0.8.2-3.fc31 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1701820 Environment:
Last Closed: 2019-05-03 17:57:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1701820    

Description Robbie Harwood 2019-04-23 19:19:59 UTC
+++ This bug was initially created as a clone of Bug #1701820 +++

Description of problem:
NFS service aliases have been removed and replaced by their upstream names via Bug 1639432.
But looks like the gssproxy systemd script is still using that old service names as dependencies.

[root@rhel8 ~]# systemctl cat gssproxy | grep nfs
Before=nfs-secure.service nfs-secure-server.service
       ^^^^^^^^^          ^^^^^^^^^^^^^^
[root@rhel8 ~]# systemctl cat nfs-secure.service
No files found for nfs-secure.service.
[root@rhel8 ~]# systemctl cat nfs-secure-server.service
No files found for nfs-secure-server.service.
[root@rhel8 ~]# rpm -q gssproxy nfs-utils
gssproxy-0.8.0-5.el8.x86_64
nfs-utils-2.3.3-14.el8.x86_64