From a2c79bed92f3cfc26e6d259ceec1c30ab7a276c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Tue, 20 Aug 2024 16:25:35 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- nss-pam-ldapd.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nss-pam-ldapd.spec b/nss-pam-ldapd.spec index 578f7ea..04eaac5 100644 --- a/nss-pam-ldapd.spec +++ b/nss-pam-ldapd.spec @@ -2,7 +2,7 @@ Name: nss-pam-ldapd Version: 0.9.12 -Release: 1 +Release: 2 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-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Oct 24 2022 yixiangzhike - 0.9.12-1 - Type:task - ID:NA -- Gitee