Re: [Rpm-maint] How to get libb to export liba's symbols?

2022-05-10 Thread Neal H. Walfield
Hi Florian, On Tue, 10 May 2022 12:04:52 +0200, Florian Weimer wrote: > * Neal H. Walfield: > > > There are two major constraints. Because rpm's OpenPGP API is public, > > it must be preserved until the next soname bump. And, the OpenPGP > > backend should be pluggable. > > How is this plug-in

Re: [Rpm-maint] How to get libb to export liba's symbols?

2022-05-10 Thread Neal H. Walfield
On Tue, 10 May 2022 12:48:23 +0200, Florian Weimer wrote: > * Neal H. Walfield: > > On Tue, 10 May 2022 12:04:52 +0200, > > Florian Weimer wrote: > >> * Neal H. Walfield: > >> > >> > There are two major constraints. Because rpm's OpenPGP API is public, > >> > it must be preserved until the next s

How to get libb to export liba's symbols?

2022-05-10 Thread Neal H. Walfield
Hi libtool devs, Historically, rpm has included its own OpenPGP implementation. This implementation is incomplete and buggy, and the maintainers of rpm have decided that they would like to use a different OpenPGP implementation. There are two major constraints. Because rpm's OpenPGP API is publ

Re: [Rpm-maint] How to get libb to export liba's symbols?

2022-05-10 Thread Florian Weimer
* Neal H. Walfield: > There are two major constraints. Because rpm's OpenPGP API is public, > it must be preserved until the next soname bump. And, the OpenPGP > backend should be pluggable. How is this plug-in mechanism supposed to work? Via RPM configuration files? Thanks, Florian

Re: [Rpm-maint] How to get libb to export liba's symbols?

2022-05-10 Thread Panu Matilainen
On 5/10/22 12:13, Neal H. Walfield wrote: Hi libtool devs, Historically, rpm has included its own OpenPGP implementation. This implementation is incomplete and buggy, and the maintainers of rpm have decided that they would like to use a different OpenPGP implementation. There are two major con

Re: [Rpm-maint] How to get libb to export liba's symbols?

2022-05-10 Thread Panu Matilainen
On 5/10/22 13:14, Panu Matilainen wrote: On 5/10/22 12:13, Neal H. Walfield wrote: Hi libtool devs, Historically, rpm has included its own OpenPGP implementation.  This implementation is incomplete and buggy, and the maintainers of rpm have decided that they would like to use a different OpenPG

Re: [Rpm-maint] How to get libb to export liba's symbols?

2022-05-10 Thread Florian Weimer
* Neal H. Walfield: > Hi Florian, > > On Tue, 10 May 2022 12:04:52 +0200, > Florian Weimer wrote: >> * Neal H. Walfield: >> >> > There are two major constraints. Because rpm's OpenPGP API is public, >> > it must be preserved until the next soname bump. And, the OpenPGP >> > backend should be pl