From f8362581c15643e64bd764a191c34b3a271d4fad Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Jun 2024 03:04:38 +0000 Subject: [PATCH] fix license --- openldap.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 6d68e6c..490266d 100644 --- a/openldap.spec +++ b/openldap.spec @@ -2,7 +2,7 @@ Name: openldap Version: 2.6.5 -Release: 4 +Release: 5 Summary: LDAP support libraries License: OLDAP-2.8 URL: https://www.openldap.org/ @@ -52,7 +52,7 @@ customized LDAP clients. %package servers Summary: LDAP server -License: OpenLDAP +License: OLDAP-2.8 Requires: openldap = %{version}-%{release} Requires(pre): shadow-utils %{?systemd_requires} @@ -391,6 +391,12 @@ popd %doc ltb-project-openldap-ppolicy-check-password-1.1/README.check_pwd %changelog +* Fri Jun 14 2024 xinghe - 2.6.5-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix license + * Thu Jul 27 2023 zhangchenglin - 2.6.5-1 - update to version 2.6.5 -- Gitee