Re: [Rpm-maint] [rpm-software-management/rpm] Issue #1473: move option -q to rpmQueryPoptTable (#1656)

2021-04-26 Thread Christopher Yeleighton
The short of it: I am trying to make the test of 5ee6394 pass. The long if it is discussed at Issue #1473. -- 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/1656#issuecommen

Re: [Rpm-maint] [rpm-software-management/rpm] Issue #1473: move option -q to rpmQueryPoptTable (#1656)

2021-04-26 Thread Florian Festi
The pull request should only have the one relevant patch. Please rebase the patch to the current master branch. The patch is also missing a justification for the change. This should be part of the commit message. But even ignoring the commit message I don't quite see what you are trying to achi

[Rpm-maint] [rpm-software-management/rpm] Add --nocompression option to rpm2archive (#1657)

2021-04-26 Thread Florian Festi
Also use popt for the command line handling. As we are using librpm anyway there is no reason to keep the dependencies low (as with rpm2cpio). Resolves: #1530 You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1657 -- Commit Summ

[Rpm-maint] [rpm-software-management/rpm] Issue #1473: move option -q to rpmQueryPoptTable (#1656)

2021-04-26 Thread Christopher Yeleighton
This is obviously work in progress. Please let me know whether I can go forward like that. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1656 -- Commit Summary -- * Build action * ./autogen.sh * install automake *

Re: [Rpm-maint] RPM 4.17.0 alpha released!

2021-04-26 Thread Thierry Vignaud
Le lun. 26 avr. 2021 à 11:34, Panu Matilainen a écrit : > > The beginning of this year has gone nothing like planned, and > consequently we had to postpone and even revert some things originally > planned for 4.17. But what the hey, there's plenty of good stuff here as > it is, and there will alw

Re: [Rpm-maint] [rpm-software-management/rpm] Consider @LUA_CFLAGS@ (#1652)

2021-04-26 Thread Panu Matilainen
Closed #1652. -- 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/1652#event-4643298491___ Rpm-maint mailing list Rpm-maint@lists.rpm

Re: [Rpm-maint] [rpm-software-management/rpm] Fix build regression from 376fef14a61a9748ce004888fe19445719a5d2d5 (#1655)

2021-04-26 Thread Panu Matilainen
Merged #1655 into master. -- 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/1655#event-4643300633___ Rpm-maint mailing list Rpm-mai

Re: [Rpm-maint] [rpm-software-management/rpm] Consider @LUA_CFLAGS@ (#1652)

2021-04-26 Thread Panu Matilainen
Ehm, there are 46 commits here, only one of which is somehow related to LUA_CFLAGS. I don't know what the rest is supposed to be, certainly nothing to do with upstream rpm. Please pay attention to what you submit as a PR. Also while the rationale here in the PR totally fine, it belongs to the co

Re: [Rpm-maint] [rpm-software-management/rpm] Revert back to implicit database creation for now (#1654)

2021-04-26 Thread Panu Matilainen
Merged #1654 into master. -- 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/1654#event-4643270300___ Rpm-maint mailing list Rpm-mai

Re: [Rpm-maint] [rpm-software-management/rpm] Fix build regression from 376fef14a61a9748ce004888fe19445719a5d2d5 (#1655)

2021-04-26 Thread Panu Matilainen
@pmatilai pushed 1 commit. 7b595a5775f35e8631d1447f964b619f66a1a8bb Fix memory leak regression from Lua sources/patches -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/rpm-software-management/rpm/pull/1655/files/73254a50feff129ac0e984

[Rpm-maint] [rpm-software-management/rpm] Fix build regression from 376fef14a61a9748ce004888fe19445719a5d2d5 (#1655)

2021-04-26 Thread Panu Matilainen
Since commit 376fef14a61a9748ce004888fe19445719a5d2d5 librpmbuild is calling Lua directly rather than through the rpmio wrapper layer, so librpmbuild needs LUA_CFLAGS and LUA_LIBS for building. While librpm does not currently call Lua directly, make native Lua available there as well as it's only a

Re: [Rpm-maint] [rpm-software-management/rpm] Translations update from Weblate (#1629)

2021-04-26 Thread Panu Matilainen
Merged #1629 into master. -- 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/1629#event-4643076709___ Rpm-maint mailing list Rpm-mai

Re: [Rpm-maint] [rpm-software-management/rpm] Handle missing closing paren in %attr rules (#1649)

2021-04-26 Thread Panu Matilainen
Merged #1649 into master. -- 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/1649#event-4643074188___ Rpm-maint mailing list Rpm-mai

Re: [Rpm-maint] [rpm-software-management/rpm] %attr rule with missing closing paren causes inscrutable error messages (#1648)

2021-04-26 Thread Panu Matilainen
Closed #1648 via #1649. -- 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/1648#event-4643074197___ Rpm-maint mailing list Rpm-mai

Re: [Rpm-maint] [rpm-software-management/rpm] Handle missing closing paren in %attr rules (#1649)

2021-04-26 Thread Panu Matilainen
Ack, thanks for the patch! -- 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/1649#issuecomment-826601063___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Revert back to implicit database creation for now (#1654)

2021-04-26 Thread Panu Matilainen
@mlschroe - FYI -- 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/1654#issuecomment-826599410___ Rpm-maint mailing list Rpm-maint@l

Re: [Rpm-maint] [rpm-software-management/rpm] man: fix then vs than (#1653)

2021-04-26 Thread Panu Matilainen
Merged #1653 into master. -- 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/1653#event-4643053994___ Rpm-maint mailing list Rpm-mai

Re: [Rpm-maint] [rpm-software-management/rpm] man: fix then vs than (#1653)

2021-04-26 Thread Panu Matilainen
Thanks for the typo-fix :) -- 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/1653#issuecomment-826598642___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Drop special handling of implicit database open in Python (#1647)

2021-04-26 Thread Panu Matilainen
Withdrawing this for now, see #1654 -- 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/1647#issuecomment-826598151___ Rpm-maint ma

Re: [Rpm-maint] [rpm-software-management/rpm] Drop special handling of implicit database open in Python (#1647)

2021-04-26 Thread Panu Matilainen
Closed #1647. -- 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/1647#event-4643050923___ Rpm-maint mailing list Rpm-maint@lists.rpm

[Rpm-maint] [rpm-software-management/rpm] Revert back to implicit database creation for now (#1654)

2021-04-26 Thread Panu Matilainen
The implicit database creation even on read-only access is rooted so deep in so many places that this needs more thought and saner APIs. While creating databases on read-only access remains a crazy thing to do, we need to have a proper solution to point people to when changing the behavior, and rig

[Rpm-maint] RPM 4.17.0 alpha released!

2021-04-26 Thread Panu Matilainen
The beginning of this year has gone nothing like planned, and consequently we had to postpone and even revert some things originally planned for 4.17. But what the hey, there's plenty of good stuff here as it is, and there will always be another release. Highlights include: - More robust in