From cbacc3d9c78eecc8d29ba645e44c9cdfcfd79b5e Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Thu, 14 Apr 2022 17:48:35 +0800 Subject: [PATCH] update license from OpenLDAP to OLDAP-2.8 --- lmdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lmdb.spec b/lmdb.spec index ec5e2b8..9c4b766 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -1,9 +1,9 @@ %global commit_hash 8ad7be2510414b9506ec9f9e24f24d04d9b04a1a Name: lmdb Version: 0.9.29 -Release: 1 +Release: 2 Summary: An extraordinarily fast, memory-efficient database -License: OpenLDAP +License: OLDAP-2.8 URL: http://symas.com/lmdb/ Source0: https://git.openldap.org/openldap/openldap/-/archive/LMDB_%{version}.tar.gz Source1: lmdb.pc.in @@ -89,6 +89,9 @@ popd %license libraries/lib%{name}/LICENSE %changelog +* Thu Apr 14 2022 renhongxun - 0.9.29-2 +- update license from OpenLDAP to OLDAP-2.8 + * Sun Dec 26 2021 liudabo - 0.9.29-1 - upgrade version to 0.9.29 -- Gitee