Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 08e3d74235 | |||
| 8fa060bd11 | |||
| 4b39c2a965 | |||
| 9980fea56b |
2
_service
2
_service
@@ -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>
|
||||
|
||||
@@ -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.
3
wtmpdb-0.75.0+git20251130.0d8fe7a.tar.xz
Normal file
3
wtmpdb-0.75.0+git20251130.0d8fe7a.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6afda1a2ebebdf21d101055c67c0af80fa977b72fa823bd4f693384ae8e23b80
|
||||
size 34148
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user