From 4e31d4a746a058a60b3551b500ba6428b42f9815 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Thu, 14 Apr 2022 17:53:12 +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 bf23a6c..f97e615 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -1,8 +1,8 @@ Name: lmdb Version: 0.9.24 -Release: 1 +Release: 2 Summary: An extraordinarily fast, memory-efficient database -License: OpenLDAP +License: OLDAP-2.8 URL: http://symas.com/lmdb/ Source0: https://github.com/LMDB/lmdb/archive/LMDB_%{version}.tar.gz Source1: lmdb.pc.in @@ -91,6 +91,9 @@ popd %license libraries/lib%{name}/LICENSE %changelog +* Thu Apr 14 2022 renhongxun - 0.9.24-2 +- update license from OpenLDAP to OLDAP-2.8 + * Tue Aug 04 2020 Leo Fang - 0.9.24-1 - Upgrade to version 0.9.24 and add yaml file for lmdb -- Gitee