!36 Correct popt memory handling
From: @fly_fzc Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
70dc21a167
1499
backport-Correct-popt-memory-handling.patch
Normal file
1499
backport-Correct-popt-memory-handling.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user