diff --git a/libnfs.spec b/libnfs.spec index 993255824cf652dc6a2588cb20cbff4a3a5d9d02..ae555befd5bb3c5b592c21140b6f2293c4dd3cda 100644 --- a/libnfs.spec +++ b/libnfs.spec @@ -1,6 +1,6 @@ Name: libnfs Version: 1.11.0 -Release: 4 +Release: 5 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}-%{version} -p1 @@ -78,6 +80,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 - 1.11.0-5 +- Replaced declaration of help subpakage with the 'libnfs-help' macro. + * Thu Jan 2 2020 chenli - 1.11.0-4 - Modify spec