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