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
This commit is contained in:
Valentin Lefebvre 2023-07-10 13:33:52 +00:00 committed by Git OBS Bridge
parent 1d0f65e726
commit bf42cfa7b5
2 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 1 23:43:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- 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 <kukuk@suse.com>

View File

@ -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