diff --git a/nss_wrapper.spec b/nss_wrapper.spec index 7b45aa1d6f7f867876db58e265cf3ecf06739e74..7e24d7934fae97aa5a2fe92881841b5ecc817cb7 100644 --- a/nss_wrapper.spec +++ b/nss_wrapper.spec @@ -1,6 +1,6 @@ Name: nss_wrapper Version: 1.1.15 -Release: 2 +Release: 3 License: BSD-3-Clause Summary: A wrapper for the user, group and hosts NSS API Url: https://cwrap.org/ @@ -33,11 +33,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 @@ -73,6 +69,9 @@ make test %{_mandir}/man1/nss_wrapper.1* %changelog +* Tue Aug 20 2024 ShuKun Qu - 1.1.15-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jun 21 2023 yaoxin - 1.1.15-2 - Fix compilation failure due to cmocka update to 1.1.7