import libuser-0.62-25.el8
This commit is contained in:
parent
ae8daf2bb7
commit
c745e41734
19
SOURCES/0009-man-typo.patch
Normal file
19
SOURCES/0009-man-typo.patch
Normal 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
|
@ -1,6 +1,6 @@
|
||||
Name: libuser
|
||||
Version: 0.62
|
||||
Release: 24%{?dist}
|
||||
Release: 25%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: LGPLv2+
|
||||
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
|
||||
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
|
||||
Patch9: 0009-man-typo.patch
|
||||
|
||||
%description
|
||||
The libuser library implements a standardized interface for manipulating
|
||||
@ -84,6 +85,7 @@ administering user and group accounts.
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
cp %{SOURCE1} po/ja.po
|
||||
cp %{SOURCE2} po/zh-Hans.po
|
||||
cp %{SOURCE3} po/zh-Hant.po
|
||||
@ -166,6 +168,10 @@ LC_ALL=C.UTF-8 python3 -c "import libuser"
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%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
|
||||
- Actually apply the patch from the previous build
|
||||
- Resolves: rhbz#1670997 - Amend the user lifecycle auditing
|
||||
|
Loading…
Reference in New Issue
Block a user