From bb96dfa0c59def173e3c1b36791de897ab6cf6331938e55460f3294dad258039 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 19 Sep 2023 08:06:50 +0000 Subject: [PATCH] Accepting request 1112162 from home:schubi2 - Update to version 0.9.2 - Set busy timeout for DB access: The process is waiting until 5 seconds for DB connection if the DB is locked by another process. OBS-URL: https://build.opensuse.org/request/show/1112162 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=27 --- wtmpdb-0.9.1.tar.xz | 3 --- wtmpdb-0.9.2.tar.xz | 3 +++ wtmpdb.changes | 8 ++++++++ wtmpdb.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 wtmpdb-0.9.1.tar.xz create mode 100644 wtmpdb-0.9.2.tar.xz diff --git a/wtmpdb-0.9.1.tar.xz b/wtmpdb-0.9.1.tar.xz deleted file mode 100644 index 2782fd2..0000000 --- a/wtmpdb-0.9.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dff5e480274f2d9858d8757ec37d8b58a09db31304f03222ceebb2b494176b8 -size 20044 diff --git a/wtmpdb-0.9.2.tar.xz b/wtmpdb-0.9.2.tar.xz new file mode 100644 index 0000000..b818434 --- /dev/null +++ b/wtmpdb-0.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab25e805ebbad88db7bfccf7cd221f8c5c5aa38e2853350175b36f47c368807 +size 22335 diff --git a/wtmpdb.changes b/wtmpdb.changes index 40ccffa..3862e7e 100644 --- a/wtmpdb.changes +++ b/wtmpdb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 19 07:53:57 UTC 2023 - Stefan Schubert + +- Update to version 0.9.2 + - Set busy timeout for DB access: The process is waiting until + 5 seconds for DB connection if the DB is locked by another + process. + ------------------------------------------------------------------- Tue Aug 22 13:47:10 UTC 2023 - Thorsten Kukuk diff --git a/wtmpdb.spec b/wtmpdb.spec index a204c4b..986b5d4 100644 --- a/wtmpdb.spec +++ b/wtmpdb.spec @@ -18,7 +18,7 @@ %define lname libwtmpdb0 Name: wtmpdb -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Database for recording the last logged in users and system reboots License: BSD-2-Clause