From ddd967f18f37534177787c7d8ad6b4bbd4e49240 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:30:44 +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 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libnfs.spec b/libnfs.spec index 1ccce72..5cfa4b4 100644 --- a/libnfs.spec +++ b/libnfs.spec @@ -1,6 +1,6 @@ Name: libnfs Version: 5.0.2 -Release: 1 +Release: 2 Summary: A library for accessing NFS shares over a network License: LGPLv2+ and BSD @@ -33,11 +33,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 @@ -79,6 +81,9 @@ 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-2 +- Replaced declaration of help subpakage with the 'libnfs-help' macro. + * Thu Jan 25 2024 wuguanghao - 5.0.2-1 - upgrade to 5.0.2: - fix double free in nfs3_pread_mcb() -- Gitee