From 206f53725c71f424c3db1e083fa8c53bdf8a402b Mon Sep 17 00:00:00 2001 From: xh Date: Fri, 14 Jun 2024 03:17:40 +0000 Subject: [PATCH] fix license (cherry picked from commit fd0ecc49b668bb1a05fc668ea7121375ff0dc4be) --- openldap.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 77efc51..dbbbe52 100644 --- a/openldap.spec +++ b/openldap.spec @@ -2,7 +2,7 @@ Name: openldap Version: 2.6.0 -Release: 8 +Release: 9 Summary: LDAP support libraries License: Open LDAP Public License v2.8 URL: https://www.openldap.org/ @@ -100,7 +100,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} @@ -478,6 +478,12 @@ popd %doc ltb-project-openldap-ppolicy-check-password-1.1/README.check_pwd %changelog +* Fri Jun 14 2024 xinghe - 2.6.0-9 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix license + * Wed Jan 10 2024 liubo - 2.6.0-8 - Type:bugfix - ID:NA -- Gitee