rpc.statd.conf.el8

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2020-07-13 09:07:03 -04:00
parent 61b4a55812
commit f4407aeef2
2 changed files with 10 additions and 2 deletions

View File

@ -91,7 +91,12 @@ diff --git a/src/scripts/systemd/rpc-statd.conf.el8 b/src/scripts/systemd/rpc-st
index 6fec09af1..b67cfdf24 100644
--- a/src/scripts/systemd/rpc-statd.conf.el8
+++ b/src/scripts/systemd/rpc-statd.conf.el8
@@ -10,5 +10,5 @@ PartOf=nfs-utils.service
@@ -1,3 +1,4 @@
+[Unit]
Description=NFS status monitor for NFSv2/3 locking.
DefaultDependencies=no
Conflicts=umount.target
@@ -10,5 +11,5 @@
[Service]
Environment=RPC_STATD_NO_NOTIFY=1
Type=forking

View File

@ -115,7 +115,7 @@ Requires: openSUSE-release
Name: nfs-ganesha
Version: 2.8.4
Release: 2%{?dev:%{dev}}%{?dist}
Release: 3%{?dev:%{dev}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
License: LGPLv3+
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
@ -859,6 +859,9 @@ exit 0
%endif
%changelog
* Mon Jul 13 2020 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.8.4-3
- rpc.statd.conf.el8
* Thu Jun 18 2020 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.8.4-2
- rhbz#1848208