Compare commits

..

No commits in common. 'i10c-beta' and 'c9' have entirely different histories.

2
.gitignore vendored

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

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

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

File diff suppressed because it is too large Load Diff

@ -1,9 +1,13 @@
Name: libuser Name: libuser
Version: 0.64 Version: 0.63
Release: 8%{?dist} Release: 13%{?dist}
License: LGPL-2.0-or-later License: LGPLv2+
URL: https://pagure.io/libuser URL: https://pagure.io/libuser
Source: libuser-%{version}.tar.gz Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz
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
@ -13,10 +17,11 @@ 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
@ -49,9 +54,8 @@ 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: libuser-python3 = %{?epoch:%{epoch}:}%{version}-%{release} Provides: python3-libuser = %{version}-%{release}
Provides: libuser-python3%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Provides: python3-libuser%{?_isa} = %{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
@ -60,7 +64,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 -p 1 %autosetup -n libuser-%{version} -p1
%build %build
./autogen.sh ./autogen.sh
@ -75,20 +79,21 @@ make
%find_lang %{name} %find_lang %{name}
%check #%check
%make_build check || { cat test-suite.log; false; } #make 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
@ -116,70 +121,48 @@ export PYTHONPATH
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.64-8 * Tue Jul 11 2023 Tomas Halman <thalman@redhat.com> - 0.63-13
- Rebuilt for MSVSphere 10 - Translation update
Resolves: rhbz#2139662
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.64-8
- Bump release for June 2024 mass rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Aug 22 2023 Tomas Halman <thalman@redhat.com> - 0.64-5
- migrated to SPDX license
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.64-3 * Thu Nov 10 2022 Tomas Halman <thalman@redhat.com> - 0.63-12
- Rebuilt for Python 3.12 - correct popt memory handling
- Fix the manpage
Resolves: rhbz#2070943
* Tue Jan 24 2023 Tomas Halman <thalman@redhat.com> * Fri Jul 15 2022 Tomas Halman <thalman@redhat.com> - 0.63-11
- Disabling fs_test, fakeroot does not work on all architectures - remove build dependency for openldap-server
Resolves: rhbz#2102876
* Mon Jan 23 2023 Tomas Halman <thalman@redhat.com> * Tue Aug 17 2021 Tomas Halman <thalman@redhat.com> - 0.63-10
- Rebase to version 0.64 - Update changelog according git history
- Enable tests Resolves: rhbz#1993633
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.63-14 * Tue Aug 17 2021 Tomas Halman <thalman@redhat.com> - 0.63-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Fix broken changelog in rpm spec
Resolves: rhbz#1993633
* Fri Sep 23 2022 Correct popt memory handling * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.63-7
- Resolves: rhbz#2125904 unable to change shells using sudo lchsh - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.63-12 * Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 0.63-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.63-11 * Thu May 20 2021 Tomas Halman <thalman@redhat.com> - 0.63-5
- 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 - Enable audit library in the build
- Resolves: rhbz#1923043 - libuser doesn't audit events around the account lifecycle
* Tue May 11 2021 Tomas Halman <thalman@redhat.com> - 0.63-4
- Resolves: rhbz#1951601 - Remove fakeroot dependency
* Tue May 11 2021 Tomas Halman <thalman@redhat.com> * Tue May 11 2021 Tomas Halman <thalman@redhat.com> - 0.63-3
- Renaming python package according to the standard - Renaming python package according to the standard
- Resolves: rhbz#1951968
* Tue Apr 20 2021 Jiri Kucera <jkucera@redhat.com> - 0.63-2 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.63-2
- Comment out fakeroot (unused) - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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