- Use Requires(pre) and Requires(post) instead of PreReq
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/wtmpdb?expand=0&rev=5
This commit is contained in:
parent
659bfb45f1
commit
5a062f3691
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 24 09:46:56 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Use Requires(pre) and Requires(post) instead of PreReq
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 18 06:21:02 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
Tue Apr 18 06:21:02 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(audit)
|
BuildRequires: pkgconfig(audit)
|
||||||
BuildRequires: pkgconfig(pam)
|
BuildRequires: pkgconfig(pam)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
PreReq: pam-config
|
Requires(post): pam-config
|
||||||
|
Requires(postun):pam-config
|
||||||
|
|
||||||
%description
|
%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 wtmpdb creates boot and shutdown entries or formats and prints the contents of the wtmp database.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user