diff --git a/nfs-utils.spec b/nfs-utils.spec index a349bb7f29b3ed8c2b04f1e0bb9994a8223a5fb7..fa0901420830b73ab9b9b8198cb93413082b32c7 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Name: nfs-utils Version: 2.4.2 -Release: 1 +Release: 2 Epoch: 1 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -177,6 +177,7 @@ fi if [ $1 -eq 0 ]; then %systemd_preun nfs-client.target %systemd_preun nfs-server.service + /bin/systemctl stop var-lib-nfs-rpc_pipefs.mount &> /dev/null || : fi %postun @@ -220,6 +221,12 @@ fi %{_mandir}/*/* %changelog +* Fri Jan 17 2020 openEuler Buildteam - 2.4.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:stop the var-lib-nfs-rpc_pipefs.mount before remove the package + * Sat Jan 11 2020 openEuler Buildteam - 2.4.2-1 - Type:enhancemnet - ID:NA