- Update to version 0.7.0

- wtmpdb rotate: use sqlite3_bind_* internal
  - wtmpdb last: Implement -x, -d, -i and -w options

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=12
This commit is contained in:
Thorsten Kukuk 2023-06-21 06:54:55 +00:00 committed by Git OBS Bridge
parent 11ef1cb36d
commit 1086f351f5
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61e8b379a4595d2f05b4852703d9ac6ef5dc5d9e38b303501de2627079caeab1
size 18052

3
wtmpdb-0.7.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fb6f8600b9ca0f034a1f73c77cac5758c9241cb7dc5efc773da07edf04d624f
size 19124

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 21 06:52:21 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 0.7.0
- wtmpdb rotate: use sqlite3_bind_* internal
- wtmpdb last: Implement -x, -d, -i and -w options
-------------------------------------------------------------------
Wed Jun 7 15:18:21 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -18,8 +18,8 @@
%define lname libwtmpdb0
Name: wtmpdb
Version: 0.6.0
Release: 0
Version: 0.7.0
Release: 1.3
Summary: Reports last logged in users and system reboots
License: BSD-2-Clause
URL: https://github.com/thkukuk/wtmpdb
@ -78,7 +78,8 @@ pam-config -a --wtmpdb --wtmpdb-skip_if=sshd
if [ "$1" -eq 0 ]; then
pam-config -d --wtmpdb
fi
%service_del_postun_without_restart wtmpdb-update-boot.service wtmpdb-rotate.timer
%service_del_postun_without_restart wtmpdb-update-boot.service
%service_del_postun wtmpdb-rotate.timer
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig