import libuser-0.63-12.el9
This commit is contained in:
parent
ac77106e6c
commit
ce80c3f85b
19
SOURCES/0001-man-typo.patch
Normal file
19
SOURCES/0001-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
|
1509
SOURCES/0002-popt-memopy.patch
Normal file
1509
SOURCES/0002-popt-memopy.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,12 @@
|
||||
Name: libuser
|
||||
Version: 0.63
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://pagure.io/libuser
|
||||
Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz
|
||||
Patch0001: 0001-man-typo.patch
|
||||
Patch0002: 0002-popt-memopy.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: linuxdoc-tools
|
||||
BuildRequires: pam-devel
|
||||
@ -60,7 +63,7 @@ the libuser library, which provides a Python 3 API for manipulating and
|
||||
administering user and group accounts.
|
||||
|
||||
%prep
|
||||
%setup -qn libuser-%{version}
|
||||
%autosetup -n libuser-%{version} -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -117,6 +120,11 @@ make
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%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
|
||||
- remove build dependency for openldap-server
|
||||
Resolves: rhbz#2102876
|
||||
|
Loading…
Reference in New Issue
Block a user