From 9fe6f61a62b22dac1b63b6b7bf9d83cc188dad9d Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Thu, 14 Apr 2022 11:27:48 +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 cbf9d4f..e31a3f3 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 + * Thu Nov 25 2021 liudabo - 0.9.29-1 - upgrade version to 0.9.29 -- Gitee