diff --git a/libnfs.spec b/libnfs.spec index f8f203b901d5f0aceb349578ded2bf5e4e7e9f7b..d38e68881ad401a01043561f05024e437d47cf9d 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