From bf42cfa7b5186d9091cc137fa0f10aad3b69b7d6724f6dda75a1c864042f750a Mon Sep 17 00:00:00 2001 From: Valentin Lefebvre Date: Mon, 10 Jul 2023 13:33:52 +0000 Subject: [PATCH] Accepting request 1096335 from home:jengelh:branches:Linux-PAM - https://en.opensuse.org/SourceUrls - Use noun phrase for Summary. - Wrap descriptions at 70 (for yast2 textmode). OBS-URL: https://build.opensuse.org/request/show/1096335 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=19 --- wtmpdb.changes | 7 +++++++ wtmpdb.spec | 19 ++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/wtmpdb.changes b/wtmpdb.changes index 002beb4..353bae8 100644 --- a/wtmpdb.changes +++ b/wtmpdb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 1 23:43:32 UTC 2023 - Jan Engelhardt + +- https://en.opensuse.org/SourceUrls +- Use noun phrase for Summary. +- Wrap descriptions at 70 (for yast2 textmode). + ------------------------------------------------------------------- Thu Jun 29 12:09:19 UTC 2023 - Thorsten Kukuk diff --git a/wtmpdb.spec b/wtmpdb.spec index 9faeaf8..a17414c 100644 --- a/wtmpdb.spec +++ b/wtmpdb.spec @@ -20,10 +20,10 @@ Name: wtmpdb Version: 0.7.1 Release: 0 -Summary: Reports last logged in users and system reboots +Summary: Database for recording the last logged in users and system reboots License: BSD-2-Clause URL: https://github.com/thkukuk/wtmpdb -Source: %{name}-%{version}.tar.xz +Source: https://github.com/thkukuk/wtmpdb/releases/download/v0.7.1/%{name}-%{version}.tar.xz BuildRequires: docbook5-xsl-stylesheets BuildRequires: meson BuildRequires: pkgconfig @@ -36,24 +36,29 @@ Requires(postun):pam-config Provides: util-linux:/usr/bin/last %description -pam_wtmpdb and wtmpdb are Y2038 safe versions of wtmp and the last utility. pam_wtmpdb collects all data in a sqlite3 database and wtmpdb creates boot and shutdown entries or formats and prints the contents of the wtmp database. +pam_wtmpdb and wtmpdb are Y2038-safe versions of wtmp and the last +utility. pam_wtmpdb collects all data in a sqlite3 database and the +wtmpdb utility creates boot and shutdown entries or formats and +prints the contents of the wtmp database. %package -n %{lname} Summary: PAM module to store login and logout of users %description -n %{lname} -The libwtmpdb provides various interfaces to read, write or modify the wtmpdb database. +The libwtmpdb provides various interfaces to read, write or modify +the wtmpdb database. %package devel Summary: Development files for libwtmpdb Requires: %{lname} = %{version} %description devel -This package contains all necessary include files and libraries needed -to develop applications that needs to read, write or modify the wtmpdb database. +This package contains all necessary include files and libraries +needed to develop applications that needs to read, write or modify +the wtmpdb database. %prep -%setup -q +%autosetup %build %meson -Dman=true -Dcompat-symlink=true