From 93a32646c02fdb660807698f6313c446d1714b6bda7aa213a281c188aa801f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 6 Feb 2023 12:00:48 +0000 Subject: [PATCH] Accepting request 1060606 from home:smithey:branches:openSUSE:Factory - update to 0.9.29: * lmdump stop creating lock files OBS-URL: https://build.opensuse.org/request/show/1060606 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/lmdb?expand=0&rev=40 --- ...Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch | 2 +- lmdb.changes | 5 +++++ lmdb.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch b/0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch index d5b1c61..b585d71 100644 --- a/0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch +++ b/0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch @@ -97,7 +97,7 @@ index 000000000000..0e3ee4bb61c2 + rc = mdb_env_create(&env); + if(rc) return report_error(rc); + -+ rc = mdb_env_open(env, argv[2], MDB_NOSUBDIR, 0644); ++ rc = mdb_env_open(env, argv[2], MDB_NOSUBDIR | MDB_NOLOCK, 0644); + if(rc) return report_error(rc); + + rc = mdb_txn_begin(env, NULL, MDB_RDONLY, &txn); diff --git a/lmdb.changes b/lmdb.changes index df1e897..94cf7d1 100644 --- a/lmdb.changes +++ b/lmdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 23 08:02:00 UTC 2023 - Alexander Kuznetsov +- update to 0.9.29: + * lmdump is not creating lock files + ------------------------------------------------------------------- Fri Mar 19 21:04:06 UTC 2021 - Dirk Müller diff --git a/lmdb.spec b/lmdb.spec index dcaf6e1..0e3ab0a 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -1,7 +1,7 @@ # # spec file for package lmdb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed