4 Commits

Author SHA256 Message Date
08e3d74235 Accepting request 1320664 from Linux-PAM
- Update to version 0.75.0+git20251130.0d8fe7a:
  * wtmpdbd: add method Rotate to interface definition
  * wtmpdb last: fix --present option
  * last -x: apply --since and --until to split entries
  * last -x: show shutdown entries before reboot ones
  * Fix varlink definition for type WtmpdbEntry

OBS-URL: https://build.opensuse.org/request/show/1320664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wtmpdb?expand=0&rev=25
2025-12-02 12:19:04 +00:00
8fa060bd11 - Update to version 0.75.0+git20251130.0d8fe7a:
* wtmpdbd: add method Rotate to interface definition
  * wtmpdb last: fix --present option
  * last -x: apply --since and --until to split entries
  * last -x: show shutdown entries before reboot ones
  * Fix varlink definition for type WtmpdbEntry

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=58
2025-11-30 17:38:29 +00:00
4b39c2a965 Accepting request 1310007 from Linux-PAM
- Update to version 0.75.0+git20251009.a6f185a:
  * Release version 0.75.0
  * Create table on RW open of empty database
  * Use empty memory table instead of failing to read empty file
  * Factor CREATE TABLE IF NOT EXISTS out of add_entry()

OBS-URL: https://build.opensuse.org/request/show/1310007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wtmpdb?expand=0&rev=24
2025-10-10 15:07:55 +00:00
9980fea56b - Update to version 0.75.0+git20251009.a6f185a:
* Release version 0.75.0
  * Create table on RW open of empty database
  * Use empty memory table instead of failing to read empty file
  * Factor CREATE TABLE IF NOT EXISTS out of add_entry()

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=56
2025-10-09 13:22:35 +00:00
6 changed files with 26 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<param name="changesgenerate">enable</param>
<param name="filename">wtmpdb</param>
<param name="revision">main</param>
<param name="versionformat">0.74.0+git%cd.%h</param>
<param name="versionformat">0.75.0+git%cd.%h</param>
</service>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>

View File

@@ -4,4 +4,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/thkukuk/wtmpdb.git</param>
<param name="changesrevision">272b109f5b3bdfb3008604461b4ddbff03c28b77</param></service></servicedata>
<param name="changesrevision">0d8fe7a1803a71e747ccf172e9c6c16af0ce6688</param></service></servicedata>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6afda1a2ebebdf21d101055c67c0af80fa977b72fa823bd4f693384ae8e23b80
size 34148

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Nov 30 17:36:17 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 0.75.0+git20251130.0d8fe7a:
* wtmpdbd: add method Rotate to interface definition
* wtmpdb last: fix --present option
* last -x: apply --since and --until to split entries
* last -x: show shutdown entries before reboot ones
* Fix varlink definition for type WtmpdbEntry
-------------------------------------------------------------------
Thu Oct 09 13:20:48 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 0.75.0+git20251009.a6f185a:
* Release version 0.75.0
* Create table on RW open of empty database
* Use empty memory table instead of failing to read empty file
* Factor CREATE TABLE IF NOT EXISTS out of add_entry()
-------------------------------------------------------------------
Fri May 09 08:13:11 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wtmpdb
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define lname libwtmpdb0
Name: wtmpdb
Version: 0.74.0+git20250509.272b109
Version: 0.75.0+git20251130.0d8fe7a
Release: 0
Summary: Database for recording the last logged in users and system reboots
License: BSD-2-Clause