import libuser-0.62-25.el8

This commit is contained in:
CentOS Sources 2023-05-16 06:15:49 +00:00 committed by root
parent ae8daf2bb7
commit c745e41734
2 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,19 @@
commit 9b9d41eeeb037cca047feb93805a08a3e47c3dea
Author: Andre Boscatto <aboscatt@aboscatt.remote.csb>
Date: Fri Apr 1 15:35:01 2022 +0200
man: Fixing typo in password
diff --git a/apps/lchage.1 b/apps/lchage.1
index c3dbf40..73cf5e0 100644
--- a/apps/lchage.1
+++ b/apps/lchage.1
@@ -72,7 +72,7 @@ Require at least \fIdays\fR days between password changes.
Set \fIdays\fR to 0 or -1 to disable this requirement.
If this value is larger than the value set by \fB\-\-maxdays\fP,
-the user cannot change the pasword.
+the user cannot change the password.
.TP
\fB\-M\fR, \fB\-\-maxdays\fR=\fIdays\fR

View File

@ -1,6 +1,6 @@
Name: libuser Name: libuser
Version: 0.62 Version: 0.62
Release: 24%{?dist} Release: 25%{?dist}
Group: System Environment/Base Group: System Environment/Base
License: LGPLv2+ License: LGPLv2+
URL: https://pagure.io/libuser URL: https://pagure.io/libuser
@ -41,6 +41,7 @@ Patch5: 0005-files.c-Init-char-name-to-NULL.patch
Patch6: 0006-merge_ent_array_duplicates-Only-use-values-if-valid.patch Patch6: 0006-merge_ent_array_duplicates-Only-use-values-if-valid.patch
Patch7: 0007-editing_open-close-fd-after-we-ve-established-its-va.patch Patch7: 0007-editing_open-close-fd-after-we-ve-established-its-va.patch
Patch8: 0008-lgroupmod-Emit-AUDIT_GRP_CHAUTHTOK-not-AUDIT_GRP_MGM.patch Patch8: 0008-lgroupmod-Emit-AUDIT_GRP_CHAUTHTOK-not-AUDIT_GRP_MGM.patch
Patch9: 0009-man-typo.patch
%description %description
The libuser library implements a standardized interface for manipulating The libuser library implements a standardized interface for manipulating
@ -84,6 +85,7 @@ administering user and group accounts.
%patch6 -p1 %patch6 -p1
%patch7 -p1 %patch7 -p1
%patch8 -p1 %patch8 -p1
%patch9 -p1
cp %{SOURCE1} po/ja.po cp %{SOURCE1} po/ja.po
cp %{SOURCE2} po/zh-Hans.po cp %{SOURCE2} po/zh-Hans.po
cp %{SOURCE3} po/zh-Hant.po cp %{SOURCE3} po/zh-Hant.po
@ -166,6 +168,10 @@ LC_ALL=C.UTF-8 python3 -c "import libuser"
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Tue Nov 29 2022 Tomas Halman <thalman@redhat.com> - 0.62-25
- Man-page update
- Resolves: rhbz#2070941 - small typo in lchage man page
* Wed Jun 26 2019 Jakub Hrozek <jhrozek@redhat.com> - 0.62-23 * Wed Jun 26 2019 Jakub Hrozek <jhrozek@redhat.com> - 0.62-23
- Actually apply the patch from the previous build - Actually apply the patch from the previous build
- Resolves: rhbz#1670997 - Amend the user lifecycle auditing - Resolves: rhbz#1670997 - Amend the user lifecycle auditing