From 18b27f683713e83adcf946928dcc00e332edfbe1 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Sun, 29 Dec 2019 16:33:39 +0800 Subject: [PATCH] Modify the wrong service file name in spec file --- nfs-utils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 6fcdbdf..33c9011 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Name: nfs-utils Version: 2.3.3 -Release: 4 +Release: 5 Epoch: 1 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -236,7 +236,7 @@ fi %preun if [ $1 -eq 0 ]; then %systemd_preun nfs-client.target - %systemd_preun nfs-server.server + %systemd_preun nfs-server.service fi %postun @@ -285,6 +285,12 @@ fi %{_mandir}/*/* %changelog +* Sun Dec 29 2019 openEuler Buildteam - 2.3.3-5 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC:Modify the wrong service file name in spec file + * Sun Sep 29 2019 zhanghaibo - 2.3.3-4 - Remove some comments -- Gitee