Andreas Stieger changed bug 1076907
What Removed Added
Status RESOLVED REOPENED
CC   astieger@suse.com
Resolution FIXED ---

Comment # 23 on bug 1076907 from
Small problem with the dependency generator change. The new build pulls in
mozldap-libs:

$ rpm -q --requires MozillaThunderbird
[...]
libldap60.so()(64bit)
libldif60.so()(64bit)
libprldap60.so()(64bit)

$ rpm -q --provides mozldap-libs
[...]
libldap60.so()(64bit)
libldif60.so()(64bit)
libprldap60.so()(64bit)

But in actuality the package contains these libraries itself:

$ rpm -ql MozillaThunderbird | grep -e '.*lib.*ld'
/usr/lib64/thunderbird/libldap60.so
/usr/lib64/thunderbird/libldif60.so
/usr/lib64/thunderbird/libprldap60.so


You are receiving this mail because: