From 348f2141ed3215009b0bdd811246591641f7ef6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Mon, 19 Aug 2024 17:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9spec=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E5=AE=8F%package=5Fhelp=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libnfs.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/libnfs.spec b/libnfs.spec index f8f203b..d38e688 100644 --- a/libnfs.spec +++ b/libnfs.spec @@ -1,6 +1,6 @@ Name: libnfs Version: 5.0.2 -Release: 2 +Release: 3 Summary: A library for accessing NFS shares over a network License: LGPLv2+ and BSD @@ -35,11 +35,13 @@ Requires: %{name} = %{version}-%{release} %description utils The libnfs-utils package contains simple client programs for accessing NFS servers using libnfs. -%package help -Summary: Help package for libnfs +#%package help +#Summary: Help package for libnfs -%description help -Help package for libnfs +#%description help +#Help package for libnfs + +%package_help %prep %autosetup -n %{name}-%{name}-%{version} -p1 @@ -81,6 +83,10 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %doc README %changelog +* Mon Aug 19 2024 yuxian Mao - 5.0.2-3 +- Replaced declaration of help subpakage with the 'libnfs-help' macro. + + * Thu Mar 21 2024 zhangyaqi - 5.0.2-2 - fix compiler warning in lib/socket.c -- Gitee