diff --git a/nss-pam-ldapd.spec b/nss-pam-ldapd.spec index 95c0fb882c629558486d87cff4f8b703edd35dd4..d633e5055fde1dc5198f64e03c27df707a80c4c5 100644 --- a/nss-pam-ldapd.spec +++ b/nss-pam-ldapd.spec @@ -2,7 +2,7 @@ Name: nss-pam-ldapd Version: 0.9.12 -Release: 2 +Release: 3 Summary: NSS and PAM libraries for name lookups and authentication using LDAP License: LGPLv2+ URL: http://arthurdejong.org/nss-pam-ldapd/ @@ -35,11 +35,7 @@ netgroup, and basically any other information that you would normally get from /etc flat files or NIS. It also provides a Pluggable Authentication Module (PAM) to do identity and authentication management with an LDAP server on unix systems. -%package help -Summary: The help package for nss-pam-ldapd - -%description help -This is the help package of nss-pam-ldapd which includes the man docs. +%package_help %prep %autosetup -p1 @@ -101,6 +97,9 @@ getent passwd nslcd > /dev/null || \ %{_mandir}/*/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 0.9.12-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Oct 19 2022 yixiangzhike - 0.9.12-2 - Type:bugfix - ID:NA