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