Compare commits

..

No commits in common. 'c9' and 'i10cs' have entirely different histories.
c9 ... i10cs

2
.gitignore vendored

@ -1 +1 @@
SOURCES/libuser-0.63.tar.xz SOURCES/libuser-0.64.tar.gz

@ -1 +1 @@
cd6b029165743afaaee58e7d80e767da7a868545 SOURCES/libuser-0.63.tar.xz 87c9ac934495dc87a9d0fb31b91b210662dcc658 SOURCES/libuser-0.64.tar.gz

@ -1,19 +0,0 @@
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

File diff suppressed because it is too large Load Diff

@ -1,13 +1,9 @@
Name: libuser Name: libuser
Version: 0.63 Version: 0.64
Release: 13%{?dist} Release: 8%{?dist}
License: LGPLv2+ License: LGPL-2.0-or-later
URL: https://pagure.io/libuser URL: https://pagure.io/libuser
Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz Source: libuser-%{version}.tar.gz
Patch0001: 0001-man-typo.patch
Patch0002: 0002-popt-memopy.patch
Patch0003: 0003-translation.patch
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: linuxdoc-tools BuildRequires: linuxdoc-tools
BuildRequires: pam-devel BuildRequires: pam-devel
@ -17,11 +13,10 @@ BuildRequires: libselinux-devel
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: python3-devel BuildRequires: python3-devel
# To make sure the configure script can find it # To make sure the configure script can find it
BuildRequires: nscd
BuildRequires: gcc BuildRequires: gcc
# For %%check # For %%check
BuildRequires: openldap-clients BuildRequires: openldap-clients
# BuildRequires: openldap-servers BuildRequires: openldap-servers
BuildRequires: openssl BuildRequires: openssl
BuildRequires: make BuildRequires: make
BuildRequires: bison BuildRequires: bison
@ -54,8 +49,9 @@ files useful for developing applications with libuser.
%package -n python3-libuser %package -n python3-libuser
Summary: Python 3 bindings for the libuser library Summary: Python 3 bindings for the libuser library
Requires: libuser%{?_isa} = %{version}-%{release} Requires: libuser%{?_isa} = %{version}-%{release}
Provides: python3-libuser = %{version}-%{release} Provides: libuser-python3 = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: python3-libuser%{?_isa} = %{version}-%{release} Provides: libuser-python3%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: libuser-python3 < 0.63-4
%{?python_provide:%python_provide python3-libuser} %{?python_provide:%python_provide python3-libuser}
%description -n python3-libuser %description -n python3-libuser
@ -64,7 +60,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
%autosetup -n libuser-%{version} -p1 %autosetup -p 1
%build %build
./autogen.sh ./autogen.sh
@ -79,21 +75,20 @@ make
%find_lang %{name} %find_lang %{name}
#%check %check
#make check || { cat test-suite.log; false; } %make_build check || { cat test-suite.log; false; }
#
## Verify that all python modules load, just in case. # Verify that all python modules load, just in case.
#LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH} LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
#export LD_LIBRARY_PATH export LD_LIBRARY_PATH
#PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch}
#export PYTHONPATH export PYTHONPATH
#%{python3} -c "import libuser" %{python3} -c "import libuser"
%ldconfig_scriptlets %ldconfig_scriptlets
%files -f %{name}.lang %files -f %{name}.lang
%{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc AUTHORS NEWS README TODO docs/*.txt %doc AUTHORS NEWS README TODO docs/*.txt
%config(noreplace) %{_sysconfdir}/libuser.conf %config(noreplace) %{_sysconfdir}/libuser.conf
@ -121,48 +116,70 @@ make
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Tue Jul 11 2023 Tomas Halman <thalman@redhat.com> - 0.63-13 * Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.64-8
- Translation update - Rebuilt for MSVSphere 10
Resolves: rhbz#2139662
* Thu Nov 10 2022 Tomas Halman <thalman@redhat.com> - 0.63-12 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.64-8
- correct popt memory handling - Bump release for June 2024 mass rebuild
- Fix the manpage
Resolves: rhbz#2070943
* Fri Jul 15 2022 Tomas Halman <thalman@redhat.com> - 0.63-11 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-7
- remove build dependency for openldap-server - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
Resolves: rhbz#2102876
* Tue Aug 17 2021 Tomas Halman <thalman@redhat.com> - 0.63-10 * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-6
- Update changelog according git history - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
Resolves: rhbz#1993633
* Tue Aug 17 2021 Tomas Halman <thalman@redhat.com> - 0.63-9 * Tue Aug 22 2023 Tomas Halman <thalman@redhat.com> - 0.64-5
- Fix broken changelog in rpm spec - migrated to SPDX license
Resolves: rhbz#1993633
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.63-7 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Related: rhbz#1991688
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 0.63-6 * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.64-3
- Rebuilt for RHEL 9 BETA for openssl 3.0 - Rebuilt for Python 3.12
Related: rhbz#1971065
* Thu May 20 2021 Tomas Halman <thalman@redhat.com> - 0.63-5 * Tue Jan 24 2023 Tomas Halman <thalman@redhat.com>
- Enable audit library in the build - Disabling fs_test, fakeroot does not work on all architectures
- Resolves: rhbz#1923043 - libuser doesn't audit events around the account lifecycle
* Mon Jan 23 2023 Tomas Halman <thalman@redhat.com>
- Rebase to version 0.64
- Enable tests
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.63-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Sep 23 2022 Correct popt memory handling
- Resolves: rhbz#2125904 unable to change shells using sudo lchsh
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.63-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 11 2021 Tomas Halman <thalman@redhat.com> - 0.63-4 * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.63-11
- Resolves: rhbz#1951601 - Remove fakeroot dependency - Rebuilt for Python 3.11
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.63-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.63-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 15 2021 Björn Esser <besser82@fedoraproject.org> - 0.63-6
- Add patches to add support for the yescrypt hash method
- Re-enable testsuite
* Tue Jun 15 2021 Björn Esser <besser82@fedoraproject.org> - 0.63-5
- Fix renaming of the python package (#1964587)
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.63-4
- Rebuilt for Python 3.10
* Thu May 20 2021 Tomas Halman <thalman@redhat.com>
- Enable audit library in the build
* Tue May 11 2021 Tomas Halman <thalman@redhat.com> - 0.63-3 * Tue May 11 2021 Tomas Halman <thalman@redhat.com>
- Renaming python package according to the standard - Renaming python package according to the standard
- Resolves: rhbz#1951968
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.63-2 * Tue Apr 20 2021 Jiri Kucera <jkucera@redhat.com> - 0.63-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Comment out fakeroot (unused)
* Mon Mar 1 2021 Tomas Halman <thalman@redhat.com> - 0.63-1 * Mon Mar 1 2021 Tomas Halman <thalman@redhat.com> - 0.63-1
- Release new version 0.63 - Release new version 0.63

Loading…
Cancel
Save