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 52f174b..2fbef29 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -115,7 +115,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 3.3 -Release: 3%{?dev:%{dev}}%{?dist} +Release: 4%{?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 @@ -860,6 +860,9 @@ exit 0 %endif %changelog +* Mon Jul 13 2020 Kaleb S. KEITHLEY - 3.3-4 +- rpc-statd.conf.el8 + * Tue Jun 23 2020 Kaleb S. KEITHLEY - explicit BuildRequires: python3-setuptools