From 5653678a3ecb087b2fbb5de41b495146dec473ac Mon Sep 17 00:00:00 2001 From: winterddd Date: Thu, 23 Oct 2025 16:40:00 +0800 Subject: [PATCH] add unpackage file error: Installed (but unpackaged) file(s) found: /usr/lib/compatibility/nfs-utils/rpcctl-option.list I do not know why this error just happened in riscv64!!!! Signed-off-by: winterddd --- nfs-utils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 8f984b0..c9e620c 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: NFS utilities and supporting clients and daemons for the kernel NFS server Name: nfs-utils URL: http://linux-nfs.org/ @@ -348,6 +348,9 @@ fi %{abidir}/exportfs-option.list %{abidir}/nfsstat-option.list %{abidir}/rpcdebug-option.list +%ifarch riscv64 loongarch64 +%{abidir}/rpcctl-option.list +%endif %{abidir}/rpc.mountd-option.list %{abidir}/showmount-option.list %{abidir}/rpc.idmapd-option.list @@ -454,6 +457,9 @@ fi %{abidir}/nfsiostat-option.list %changelog +* Mon Oct 27 2025 Ruidong Tin - 2.6.3-2 +- add unpackage file + * Wed Mar 13 2024 lidongyue - 2.6.3-1 - update to 2.6.3 -- Gitee