From 0a07416c7627342e60ddc92f2c8ecc591236c9f8 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 14 Dec 2022 11:42:47 +0800 Subject: [PATCH] spec: rebuild for Anolis OS 8 Signed-off-by: Zhao Hang --- nfs-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 4ee67c6..d8b05c4 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 Summary: NFS utilities and supporting clients and daemons for the kernel NFS server Name: nfs-utils URL: http://linux-nfs.org/ @@ -373,6 +373,9 @@ fi %{_libdir}/libnfsidmap.so %changelog +* Wed Dec 14 2022 Zhao Hang 2.3.3-51.0.2 +- Rebuild for Anolis OS 8 + * Wed May 18 2022 Weitao Zhou 2.3.3-51.0.1 - use extern in header files when declaring global variables for compatible gcc10 build - allow compilation to succeed with -fno-common -- Gitee