From 16f6917b028c91c806a0f739fba8920bc5d84065 Mon Sep 17 00:00:00 2001 From: wangjiang Date: Mon, 12 Dec 2022 15:45:01 +0800 Subject: [PATCH] fix obsoletes in spec --- lmdb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lmdb.spec b/lmdb.spec index 3bed297..e88af38 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -1,6 +1,6 @@ Name: lmdb Version: 0.9.24 -Release: 3 +Release: 4 Summary: An extraordinarily fast, memory-efficient database License: OLDAP-2.8 URL: http://symas.com/lmdb/ @@ -13,7 +13,7 @@ Patch0: lmdb-make.patch Patch1: lmdb-s390-check.patch Provides: %{name}-libs -Obsoletes: %{name}-libs +Obsoletes: %{name}-libs < %{version}-%{release} %description Symas LMDB is an extraordinarily fast, memory-efficient database @@ -91,6 +91,9 @@ popd %license libraries/lib%{name}/LICENSE %changelog +* Fri Nov 25 2022 wangjiang - 0.9.24-4 +- fix obsoletes in spec + * Tue May 10 2022 - 0.9.24-3 - fix spec changelog date -- Gitee