From fb0a40b0e323c59814bb4c092f650ed0d71c7aec Mon Sep 17 00:00:00 2001 From: hy Date: Sat, 28 Mar 2020 17:59:40 +0800 Subject: [PATCH] add make check in nfs-utils.spec. --- nfs-utils.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index fa09014..87a156d 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Name: nfs-utils Version: 2.4.2 -Release: 2 +Release: 3 Epoch: 1 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -127,6 +127,9 @@ ln -s nfs-idmapd.service nfs-idmap.service rm -rf $RPM_BUILD_ROOT%{_libdir}/{*.a,*.la} rm -rf $RPM_BUILD_ROOT%{_libdir}/libnfsidmap/{*.a,*.la} +%check +make check + %pre if [ -f /var/lock/subsys/rpc.gssd ]; then mv /var/lock/subsys/rpc.gssd /var/lock/subsys/rpcgssd @@ -221,6 +224,12 @@ fi %{_mandir}/*/* %changelog +* Sat Mar 28 2020 hy - 2.4.2-3 +- Type:enhancemnet +- ID:NA +- SUG:restart +- DESC:add make check + * Fri Jan 17 2020 openEuler Buildteam - 2.4.2-2 - Type:bugfix - ID:NA -- Gitee