Accepting request 1094677 from Linux-PAM
- 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/request/show/1094677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wtmpdb?expand=0&rev=5
This commit is contained in:
commit
a10e3c33ee
@ -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
3
wtmpdb-0.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a94084bf5c7b4aced8e5f21f909e4f2961d632c7bcbcb5a2ec055115413f4108
|
||||
size 19232
|
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libwtmpdb0
|
||||
Name: wtmpdb
|
||||
Version: 0.6.0
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Reports last logged in users and system reboots
|
||||
License: BSD-2-Clause
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user