Accepting request 1242824 from Linux-PAM
- Update to version 0.71.0+git20250203.86b8442: * Release version 0.71.0 * zero struct tm before calling strptime() * Accept classic 'last -N' form for max entries * tst-varlink: fix order of error checking * CI: use valgrind * Run meson test in verbose mode * tst-varlink works only if run as root * Use meson feature and not combo options * Add CI for openSUSE * CI: make sure sqlite3 devel is installed OBS-URL: https://build.opensuse.org/request/show/1242824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wtmpdb?expand=0&rev=18
This commit is contained in:
commit
616c243de1
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.70.0+git%cd.%h</param>
|
||||
<param name="versionformat">0.71.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">3e409b5b57ef4514bb9955abb69739180bbe0c36</param></service></servicedata>
|
||||
<param name="changesrevision">86b84424e28df94c5a94c93abfb8e86ad5a0f403</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6048ad1155a62aa5e9360c857f16cb4ab20b408f7d8a20433dc1436dea911ab4
|
||||
size 31792
|
3
wtmpdb-0.71.0+git20250203.86b8442.tar.xz
Normal file
3
wtmpdb-0.71.0+git20250203.86b8442.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21ff56e8e03e3f9f38cea7fa38eda0b151f608dbc201f430d3f27ea669f57563
|
||||
size 32148
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 03 12:46:06 UTC 2025 - kukuk@suse.com
|
||||
|
||||
- Update to version 0.71.0+git20250203.86b8442:
|
||||
* Release version 0.71.0
|
||||
* zero struct tm before calling strptime()
|
||||
* Accept classic 'last -N' form for max entries
|
||||
* tst-varlink: fix order of error checking
|
||||
* CI: use valgrind
|
||||
* Run meson test in verbose mode
|
||||
* tst-varlink works only if run as root
|
||||
* Use meson feature and not combo options
|
||||
* Add CI for openSUSE
|
||||
* CI: make sure sqlite3 devel is installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 15:45:20 UTC 2025 - kukuk@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libwtmpdb0
|
||||
Name: wtmpdb
|
||||
Version: 0.70.0+git20250121.3e409b5
|
||||
Version: 0.71.0+git20250203.86b8442
|
||||
Release: 0
|
||||
Summary: Database for recording the last logged in users and system reboots
|
||||
License: BSD-2-Clause
|
||||
@ -62,7 +62,7 @@ the wtmpdb database.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson -Dman=true -Dcompat-symlink=true -Dwtmpdbd=true
|
||||
%meson -Dman=enabled -Dcompat-symlink=true -Dwtmpdbd=enabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user