Re: [Rpm-maint] [rpm-software-management/rpm] conditional builds with underscrore don't have _without option (Issue #1929)

2022-12-06 Thread xujing
https://github.com/rpm-software-management/rpm/pull/1256 and https ://github.com/rpm-software-management/rpm/blob/master/docs/manual/conditionalbuilds.md have explained in detail whether this issue can be closed. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-softw

Re: [Rpm-maint] [rpm-software-management/rpm] Drop subkey support from the internal OpenPGP parser (PR #2281)

2022-12-06 Thread Panu Matilainen
In other words: the choice is not whether to keep keep subkey support in the internal parser or not. The choice is whether to keep the internal parser *at all*, and significantly reducing the complexity is the only way to keep it around for now. -- Reply to this email directly or view it on G

Re: [Rpm-maint] [rpm-software-management/rpm] Drop subkey support from the internal OpenPGP parser (PR #2281)

2022-12-06 Thread Panu Matilainen
Those who want subkeys get to use something else than the internal PGP parser. *That* is the point here. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2281#issuecomment-1340497691 You are receiving this because you are subscribed to thi

Re: [Rpm-maint] [rpm-software-management/rpm] API improvement to accommodate for RPM CoW (PR#1470) (Discussion #2057)

2022-12-06 Thread malmond77
The idea of aligning cpio metadata is very interesting. I can see how it'd help initramfs building speed tremendously. As I understand it, RPM is pretty different: the main difference is that we're trying (fairly hard) not to change the normal format of rpm as found on mirrors for now. There ar

Re: [Rpm-maint] [rpm-software-management/rpm] API improvement to accommodate for RPM CoW (PR#1470) (Discussion #2057)

2022-12-06 Thread David Disseldorp
Thanks for working on this - the new CoW extent based approach looks exciting. I have a few comments / questions on the initial proposal... > Files are converted (“transcoded”) locally during download using > /usr/bin/rpm2extents (part of rpm codebase). The format is not intended to be > “porta