Re: [Rpm-maint] [rpm-software-management/rpm] Don't require signature header to be in single contiguous region part II (#1003)

2020-01-09 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. Confirmed that it fixed the issue after backporting in OMV and ROSA. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] brp-compress: Handle zstd compressed man/info pages (#997)

2020-01-09 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. Code looks good and tests pass! :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] brp-compress: Handle zstd compressed man/info pages (#997)

2020-01-09 Thread Bernhard Rosenkraenzer
rebased -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/997#issuecomment-572734503___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] ndb: add verify method and cleanup code (#1004)

2020-01-09 Thread Michael Schroeder
This commit adds a verify method for ndbs Packages.db database. It also cleans up the pkgdb code a bit: * removed unused lzo compression code * added some more comments and fixed spelling mistakes * made ordered slots flag a boolean * fixed a corner case where a package id lookup could segfault

Re: [Rpm-maint] [rpm-software-management/rpm] Documentation about Python bindings (#1001)

2020-01-09 Thread Panu Matilainen
Closed #1001. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/1001#event-2934168120___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Documentation about Python bindings (#1001)

2020-01-09 Thread Panu Matilainen
https://rpm.org/documentation.html#rpm-language-bindings a couple of pointers. They're somewhat outdated though, so you'll want to additionally check ```pydoc rpm``` for newer vs deprecated interfaces. -- You are receiving this because you are subscribed to this thread. Reply to this email

[Rpm-maint] [rpm-software-management/rpm] Don't require signature header to be in single contiguous region part II (#1003)

2020-01-09 Thread Panu Matilainen
The generic case was reported in #270 and fixed quite a while ago in commit 34c2ba3c6a80a778cdf2e42a9193b3264e08e1b3, but signing uses a different code path and require the same treatment. Fixes: #1002 You can view, comment on, or merge this pull request online at: