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