Bug 1702443 - update systemd script to replace nfs-secure.service which no longer exists
Summary: update systemd script to replace nfs-secure.service which no longer exists
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gssproxy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robbie Harwood
QA Contact: Fedora Extras Quality Assurance
URL: https://pagure.io/gssproxy/pull-reque...
Whiteboard:
Depends On:
Blocks: 1701820
TreeView+ depends on / blocked
 
Reported: 2019-04-23 19:19 UTC by Robbie Harwood
Modified: 2019-05-03 17:57 UTC (History)
6 users (show)

Fixed In Version: gssproxy-0.8.2-3.fc31
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1701820
Environment:
Last Closed: 2019-05-03 17:57:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.