From f4407aeef27c51f3dd40a571d13e46d01726aabb Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 13 Jul 2020 09:07:03 -0400 Subject: [PATCH] rpc.statd.conf.el8 Signed-off-by: Kaleb S. KEITHLEY --- 0001-systemd-revised-drop-in-conf-file-handling.patch | 7 ++++++- nfs-ganesha.spec | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/0001-systemd-revised-drop-in-conf-file-handling.patch b/0001-systemd-revised-drop-in-conf-file-handling.patch index f259915..3966444 100644 --- a/0001-systemd-revised-drop-in-conf-file-handling.patch +++ b/0001-systemd-revised-drop-in-conf-file-handling.patch @@ -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 diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index b3548df..2eb25b8 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -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 - 2.8.4-3 +- rpc.statd.conf.el8 + * Thu Jun 18 2020 Kaleb S. KEITHLEY - 2.8.4-2 - rhbz#1848208