From 755b5682c393ea923b7958848f49ddc1f02b1222 Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 08:49:02 -0500 Subject: [PATCH] Rebuild on platform-python --- nfs-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 378b02b..c7bb07b 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/ @@ -367,6 +367,9 @@ fi %{_libdir}/libnfsidmap.so %changelog +* Thu Feb 24 2022 Weitao Zhou - 2.3.3-46.0.2 +- Rebuild on platform-python + * Thu Jan 20 2022 Weitao Zhou 2.3.3-46.0.1 - use extern in header files when declaring global variables for compatible gcc10 build - allow compilation to succeed with -fno-common -- Gitee