import libuser-0.63-12.el9

c9 imports/c9/libuser-0.63-12.el9
CentOS Sources 2 years ago committed by MSVSphere Packaging Team
parent 9c73abf7da
commit 1b60560db9

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

File diff suppressed because it is too large Load Diff

@ -1,9 +1,12 @@
Name: libuser Name: libuser
Version: 0.63 Version: 0.63
Release: 11%{?dist} Release: 12%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: https://pagure.io/libuser URL: https://pagure.io/libuser
Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz
Patch0001: 0001-man-typo.patch
Patch0002: 0002-popt-memopy.patch
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: linuxdoc-tools BuildRequires: linuxdoc-tools
BuildRequires: pam-devel BuildRequires: pam-devel
@ -60,7 +63,7 @@ the libuser library, which provides a Python 3 API for manipulating and
administering user and group accounts. administering user and group accounts.
%prep %prep
%setup -qn libuser-%{version} %autosetup -n libuser-%{version} -p1
%build %build
./autogen.sh ./autogen.sh
@ -117,6 +120,11 @@ make
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Thu Nov 10 2022 Tomas Halman <thalman@redhat.com> - 0.63-12
- correct popt memory handling
- Fix the manpage
Resolves: rhbz#2070943
* Fri Jul 15 2022 Tomas Halman <thalman@redhat.com> - 0.63-11 * Fri Jul 15 2022 Tomas Halman <thalman@redhat.com> - 0.63-11
- remove build dependency for openldap-server - remove build dependency for openldap-server
Resolves: rhbz#2102876 Resolves: rhbz#2102876

Loading…
Cancel
Save