Bug 1582120 - thunderbird exposes private libraries in package metadata
Summary: thunderbird exposes private libraries in package metadata
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: thunderbird
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Horak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-05-24 09:31 UTC by Dominik 'Rathann' Mierzejewski
Modified: 2021-01-28 07:35 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-01-28 07:35:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dominik 'Rathann' Mierzejewski 2018-05-24 09:31:52 UTC
Description of problem:
Thunderbird exposes private libraries from %{_libdir}/thunderbird in package metadata. These should be filtered from both Provides: and Requires:

Version-Release number of selected component (if applicable):
thunderbird-52.7.0-1.fc28.x86_64

How reproducible:
Always

Steps to Reproduce:
1. ls -1 /usr/lib64/thunderbird/lib*.so
2. rpm -q --provides thunderbird | egrep 'lib(ldap60|ldif60|gpllibs|moz(gtk|sandbox|sqlite3)|prldap60|xul)'
3. rpm -q --requires thunderbird | egrep 'lib(ldap60|ldif60|gpllibs|moz(gtk|sandbox|sqlite3)|prldap60|xul)'

Actual results:
$ ls -1 /usr/lib64/thunderbird/lib*.so
/usr/lib64/thunderbird/libldap60.so
/usr/lib64/thunderbird/libldif60.so
/usr/lib64/thunderbird/liblgpllibs.so
/usr/lib64/thunderbird/libmozgtk.so
/usr/lib64/thunderbird/libmozsandbox.so
/usr/lib64/thunderbird/libmozsqlite3.so
/usr/lib64/thunderbird/libprldap60.so
/usr/lib64/thunderbird/libxul.so
$ rpm -q --provides thunderbird | egrep 'lib(ldap60|ldif60|gpllibs|moz(gtk|sandbox|sqlite3)|prldap60|xul)'
libldap60.so()(64bit)
libldif60.so()(64bit)
libmozgtk.so()(64bit)
libmozsandbox.so()(64bit)
libmozsqlite3.so()(64bit)
libprldap60.so()(64bit)
libxul.so()(64bit)
libxul.so(xul52)(64bit)
$ rpm -q --requires thunderbird | egrep 'lib(ldap60|ldif60|gpllibs|moz(gtk|sandbox|sqlite3)|prldap60|xul)'
libldap60.so()(64bit)
libldif60.so()(64bit)
libmozgtk.so()(64bit)
libmozsandbox.so()(64bit)
libmozsqlite3.so()(64bit)
libprldap60.so()(64bit)
libxul.so()(64bit)
libxul.so(xul52)(64bit)

Expected results:
The above rpm -q --provides/--requires output should be empty.

Additional info:
https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering

Comment 1 Ben Cotton 2019-05-02 19:18:56 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 Ben Cotton 2019-05-02 20:30:06 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Dominik 'Rathann' Mierzejewski 2019-05-07 12:02:28 UTC
Still an issue on F29:
$ rpm -q thunderbird
thunderbird-60.6.1-1.fc29.x86_64
$ rpm -q --provides thunderbird | grep \.so
libldap60.so()(64bit)
libldif60.so()(64bit)
liblgpllibs.so()(64bit)
libmozgtk.so()(64bit)
libmozsandbox.so()(64bit)
libmozsqlite3.so()(64bit)
libmozsqlite3.so(libmozsqlite3.so)(64bit)
libmozwayland.so()(64bit)
libprldap60.so()(64bit)
libxul.so()(64bit)
libxul.so(xul60)(64bit)

Comment 4 Martin Stransky 2019-08-23 08:27:51 UTC
Moving Thunderbird bugs to Jan to manage them meanigfuly.

Comment 5 Ben Cotton 2019-10-31 18:55:10 UTC
This message is a reminder that Fedora 29 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 29 on 2019-11-26.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '29'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 29 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 6 Dominik 'Rathann' Mierzejewski 2019-11-02 21:58:50 UTC
Still an issue on F31:
$ rpm -q thunderbird
thunderbird-68.1.1-1.fc31.x86_64
$ rpm -q --provides thunderbird| grep \.so
libldap60.so()(64bit)
libldif60.so()(64bit)
liblgpllibs.so()(64bit)
libmozgtk.so()(64bit)
libmozsandbox.so()(64bit)
libmozsqlite3.so()(64bit)
libmozsqlite3.so(libmozsqlite3.so)(64bit)
libmozwayland.so()(64bit)
libprldap60.so()(64bit)
libxul.so()(64bit)
libxul.so(xul68)(64bit)

Comment 7 Ben Cotton 2020-11-03 15:00:56 UTC
This message is a reminder that Fedora 31 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 31 on 2020-11-24.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '31'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 31 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 8 Dominik 'Rathann' Mierzejewski 2020-11-04 11:13:07 UTC
Still not fixed, same as firefox.

Comment 9 Jan Horak 2021-01-28 07:35:53 UTC
Should be fixed by thunderbird-78.7.0-1 and higher.


Note You need to log in before you can comment on or make changes to this bug.