[Rpm-maint] [PATCH] elfdeps: Fix version definitions processing
Panu Matilainen
pmatilai at laiskiainen.org
Thu Oct 28 10:35:57 UTC 2010
On Thu, 28 Oct 2010, Alexey Gladkov wrote:
> The elfdeps doesn't parse the whole .gnu.version_d section.
> For example:
[...]
> Before changes:
>
> $ echo /lib/libbz2.so.1.0.6 | /usr/lib/rpm/elfdeps -P
> libbz2.so.1
>
> After changes:
>
> $ echo /lib/libbz2.so.1.0.6 | /usr/lib/rpm/elfdeps -P
> libbz2.so.1(BZLIB_1.0)
> libbz2.so.1
Whoops! Thank you for spotting and fixing that nasty little refactoring
error, saving me from much bigger embarrassment :) Applied of course.
- Panu -
More information about the Rpm-maint
mailing list