Correct popt memory handling
This commit is contained in:
parent
6dd6f822d3
commit
a62e450ecd
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
|
Name: libuser
|
||||||
Version: 0.62
|
Version: 0.62
|
||||||
Release: 24
|
Release: 25
|
||||||
Summary: A user and group account administration library
|
Summary: A user and group account administration library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://pagure.io/libuser
|
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
|
Patch5: libuser-do-not-use-deprecated-flask.h-and-av_permissions.patch
|
||||||
Patch6: backport-tests-fix-ldap-test-for-new-Fedora.patch
|
Patch6: backport-tests-fix-ldap-test-for-new-Fedora.patch
|
||||||
|
|
||||||
|
Patch6000: backport-Correct-popt-memory-handling.patch
|
||||||
|
|
||||||
Patch9000: add-sm3-crypt-support.patch
|
Patch9000: add-sm3-crypt-support.patch
|
||||||
|
|
||||||
BuildRequires: cyrus-sasl-devel, nscd, linuxdoc-tools, pam-devel, popt-devel, gcc
|
BuildRequires: cyrus-sasl-devel, nscd, linuxdoc-tools, pam-devel, popt-devel, gcc
|
||||||
@ -79,6 +81,8 @@ pushd libuser-%{version}
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
|
||||||
|
%patch6000 -p1
|
||||||
|
|
||||||
%patch9000 -p1
|
%patch9000 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -160,6 +164,9 @@ LC_ALL=C.UTF-8 python3 -c "import libuser"
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 29 2024 fuanan <fuanan3@h-partners.com> - 0.62-24
|
||||||
- Added 'Buildarch: noarch' to the help subpackage
|
- Added 'Buildarch: noarch' to the help subpackage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user