diff --git a/nss_wrapper.spec b/nss_wrapper.spec index 7b58abab61a5134d33dd88da81cff83fe998b812..a73305778f5ecc90aad472fa7ce89c6743649fb2 100644 --- a/nss_wrapper.spec +++ b/nss_wrapper.spec @@ -1,6 +1,6 @@ Name: nss_wrapper Version: 1.1.3 -Release: 4 +Release: 5 License: BSD Summary: A wrapper for the user, group and hosts NSS API Url: https://cwrap.org/ @@ -32,11 +32,7 @@ NSS_WRAPPER_HOSTS=/path/to/host This package doesn't have a devel package cause this project is for development/testing. -%package help -Summary: Introduce how to use nss_wrapper - -%description help -User's Manual for nss_wrapper +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -72,6 +68,9 @@ make test %{_mandir}/man1/nss_wrapper.1* %changelog +* Tue Aug 20 2024 ShuKun Qu - 1.1.3-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Nov 6 2020 jialei - 1.1.3-4 - add help for Requires