From d9a7b30bb3fa2a2fdeb84ab87447daf7c4f49e97 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Tue, 26 Apr 2022 11:28:34 +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..e9d30b6 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 +* Tue Apr 26 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