Sync from SUSE:SLFO:Main wtmpdb revision 60238d3c987cfb84ee127df1d9cb2f94

This commit is contained in:
Adrian Schröter 2024-08-16 18:25:32 +02:00
parent 5bdca7ca46
commit 3f906fd863
6 changed files with 15 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<services> <services>
<service mode="disabled" name="tar_scm"> <service mode="manual" name="tar_scm">
<param name="url">https://github.com/thkukuk/wtmpdb.git</param> <param name="url">https://github.com/thkukuk/wtmpdb.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
@ -7,9 +7,9 @@
<param name="revision">main</param> <param name="revision">main</param>
<param name="versionformat">0.13.0+git.%cd</param> <param name="versionformat">0.13.0+git.%cd</param>
</service> </service>
<service mode="disabled" name="recompress"> <service mode="manual" name="recompress">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">xz</param> <param name="compression">xz</param>
</service> </service>
<service mode="disabled" name="set_version"/> <service mode="manual" name="set_version"/>
</services> </services>

View File

@ -4,4 +4,4 @@
</service> </service>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/thkukuk/wtmpdb.git</param> <param name="url">https://github.com/thkukuk/wtmpdb.git</param>
<param name="changesrevision">b2a2b7649f1c78a4afd5eb0268434491d2099da8</param></service></servicedata> <param name="changesrevision">1855b60ac1c3bda79c091bdb5f621a7f09f1e4d7</param></service></servicedata>

BIN
wtmpdb-0.13.0+git.20240726.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
wtmpdb-0.13.0+git.20240814.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 14 09:59:01 UTC 2024 - kukuk@suse.com
- Update to version 0.13.0+git.20240814:
* wtmpdb-update-boot service requires dbus
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 26 13:40:32 UTC 2024 - kukuk@suse.com Fri Jul 26 13:40:32 UTC 2024 - kukuk@suse.com

View File

@ -18,12 +18,12 @@
%define lname libwtmpdb0 %define lname libwtmpdb0
Name: wtmpdb Name: wtmpdb
Version: 0.13.0+git.20240726 Version: 0.13.0+git.20240814
Release: 0 Release: 0
Summary: Database for recording the last logged in users and system reboots Summary: Database for recording the last logged in users and system reboots
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/thkukuk/wtmpdb URL: https://github.com/thkukuk/wtmpdb
Source: https://github.com/thkukuk/wtmpdb/releases/download/v0.10.0/%{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRequires: docbook5-xsl-stylesheets BuildRequires: docbook5-xsl-stylesheets
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig