Sync from SUSE:SLFO:Main wtmpdb revision 60238d3c987cfb84ee127df1d9cb2f94
This commit is contained in:
parent
5bdca7ca46
commit
3f906fd863
6
_service
6
_service
@ -1,5 +1,5 @@
|
||||
<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="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -7,9 +7,9 @@
|
||||
<param name="revision">main</param>
|
||||
<param name="versionformat">0.13.0+git.%cd</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="manual" name="set_version"/>
|
||||
</services>
|
||||
|
@ -4,4 +4,4 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<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)
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
BIN
wtmpdb-0.13.0+git.20240814.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
%define lname libwtmpdb0
|
||||
Name: wtmpdb
|
||||
Version: 0.13.0+git.20240726
|
||||
Version: 0.13.0+git.20240814
|
||||
Release: 0
|
||||
Summary: Database for recording the last logged in users and system reboots
|
||||
License: BSD-2-Clause
|
||||
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: meson
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user