Correct popt memory handling

This commit is contained in:
fly_fzc 2024-09-18 15:24:59 +08:00
parent 6dd6f822d3
commit a62e450ecd
2 changed files with 1507 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: libuser
Version: 0.62
Release: 24
Release: 25
Summary: A user and group account administration library
License: LGPLv2+
URL: https://pagure.io/libuser
@ -15,6 +15,8 @@ Patch4: 0012-editing_open-close-fd-after-we-ve-established-its-va.patch
Patch5: libuser-do-not-use-deprecated-flask.h-and-av_permissions.patch
Patch6: backport-tests-fix-ldap-test-for-new-Fedora.patch
Patch6000: backport-Correct-popt-memory-handling.patch
Patch9000: add-sm3-crypt-support.patch
BuildRequires: cyrus-sasl-devel, nscd, linuxdoc-tools, pam-devel, popt-devel, gcc
@ -79,6 +81,8 @@ pushd libuser-%{version}
%patch5 -p1
%patch6 -p1
%patch6000 -p1
%patch9000 -p1
popd
@ -160,6 +164,9 @@ LC_ALL=C.UTF-8 python3 -c "import libuser"
%{_mandir}/man5/*
%changelog
* Wed Sep 18 2024 fuanan <fuanan3@h-partners.com> - 0.62-25
- Correct popt memory handling
* Mon Apr 29 2024 fuanan <fuanan3@h-partners.com> - 0.62-24
- Added 'Buildarch: noarch' to the help subpackage