From a220ccac267d193f6e52207c4645822a5a79d8ccd9a63e4bd6c4dd0c92514268 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 22 Aug 2023 15:01:15 +0000 Subject: [PATCH] Accepting request 1105295 from home:kukuk:no-utmp - Fix last.1 manual page reference - Update to version 0.9.1 - Fix printf format specifier on 32bit OBS-URL: https://build.opensuse.org/request/show/1105295 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=25 --- wtmpdb-0.9.0.tar.xz | 3 --- wtmpdb-0.9.1.tar.xz | 3 +++ wtmpdb.changes | 7 +++++++ wtmpdb.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 wtmpdb-0.9.0.tar.xz create mode 100644 wtmpdb-0.9.1.tar.xz diff --git a/wtmpdb-0.9.0.tar.xz b/wtmpdb-0.9.0.tar.xz deleted file mode 100644 index 256205b..0000000 --- a/wtmpdb-0.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cfbf987eacbcb46599aa58e6a72f140100ad64012caaacf6d7391c72ab1a2b3 -size 19924 diff --git a/wtmpdb-0.9.1.tar.xz b/wtmpdb-0.9.1.tar.xz new file mode 100644 index 0000000..2782fd2 --- /dev/null +++ b/wtmpdb-0.9.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dff5e480274f2d9858d8757ec37d8b58a09db31304f03222ceebb2b494176b8 +size 20044 diff --git a/wtmpdb.changes b/wtmpdb.changes index 5c6dcad..40ccffa 100644 --- a/wtmpdb.changes +++ b/wtmpdb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 22 13:47:10 UTC 2023 - Thorsten Kukuk + +- Fix last.1 manual page reference +- Update to version 0.9.1 + - Fix printf format specifier on 32bit + ------------------------------------------------------------------- Mon Aug 14 15:04:26 UTC 2023 - Thorsten Kukuk diff --git a/wtmpdb.spec b/wtmpdb.spec index ea20edc..a204c4b 100644 --- a/wtmpdb.spec +++ b/wtmpdb.spec @@ -18,7 +18,7 @@ %define lname libwtmpdb0 Name: wtmpdb -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: Database for recording the last logged in users and system reboots License: BSD-2-Clause @@ -67,7 +67,7 @@ the wtmpdb database. %install %meson_install mkdir -p %{buildroot}%{_mandir}/man1 -echo ".so wtmpdb.8" > %{buildroot}%{_mandir}/man1/last.1 +echo ".so man8/wtmpdb.8" > %{buildroot}%{_mandir}/man1/last.1 %check %meson_test