Re: [Rpm-maint] [rpm-software-management/rpm] Add --generate-subpackages to find_lang.sh (PR #2300)

2022-12-20 Thread Panu Matilainen
FWIW, I haven't looked at this in any great detail (find_lang.sh is something I try to steer clear of whenever I can) but seems okay to me. But no comments from other distros at all? Let's try tagging a few people, including from #1276 which this AFAICS fixes. @sdp5, @lnussel, @Conan-Kudo, @ml

Re: [Rpm-maint] [rpm-software-management/rpm] Add --generate-subpackages to find_lang.sh (PR #2300)

2022-12-20 Thread Sundeep Anand
@juhp -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2300#issuecomment-1358981008 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint mailing list Rpm-ma

Re: [Rpm-maint] [rpm-software-management/rpm] Fix memory and file leak in some cases when running "rpm -i" (PR #2311)

2022-12-20 Thread Panu Matilainen
Merged #2311 into master. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2311#event-8075996974 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint maili

Re: [Rpm-maint] [rpm-software-management/rpm] Fix memory and file leak in some cases when running "rpm -i" (PR #2311)

2022-12-20 Thread Panu Matilainen
No need to split this one but for the future, the fsmCommit() change logically belongs to a separate PR as it is a separate case far away from the other two. rpmInstall() is such a terrible mess that it's more in need of a tactical nuke than patching leaks, but as it's been in that state for dec

[Rpm-maint] [rpm-software-management/rpm] Fix silent wait when missing input RPM package (PR #2326)

2022-12-20 Thread yangchenguang
Fix silent wait when missing input RPM package Signed-off-by: yangchenguang You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/2326 -- Commit Summary -- * Fix silent wait when missing input RPM pac

[Rpm-maint] [rpm-software-management/rpm] Update list of deprecated / obsolete RPM tags (Issue #2327)

2022-12-20 Thread Daniel Alley
There are a number of RPM tags that are no longer useful and are essentially deprecated which have not yet been officially marked as such in documentation or in code comments. Some examples: * RPMTAG_FILESIGNATURELENGTH * 32-bit size tags, once https://github.com/rpm-software-management/rpm/is

Re: [Rpm-maint] [rpm-software-management/rpm] Examine Compressed Headers (Issue #2220)

2022-12-20 Thread Daniel Alley
Here's a script I threw together in 30 minutes for getting a rough estimate of the usefulness ```Python #!/usr/bin/env python import os import sys import createrepo_c as cr import lz4.frame import zstd results = {} with os.scandir(sys.argv[1]) as entries: for entry in entries: if