rpm icon indicating copy to clipboard operation
rpm copied to clipboard

RFE: introduce plugin API version + load-time checking

Open pmatilai opened this issue 2 years ago • 0 comments

As our plugins become public there needs to be some ways to check they're compiled for a compatible version of rpm. Many will get that enforcement through rpm soname but technically there's no requirement for a plugin to link to librpm* and .. better safe than sorry with mysterious bugreports from people having plugins for some subtly incompatible version loaded.

Split into a separate item from #1536

pmatilai avatar Sep 13 '23 11:09 pmatilai