Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2031231

Summary: Unnecessary dependency on mozilla-filesystem for firefox-91
Product: Red Hat Enterprise Linux 8 Reporter: Andrew Mike <amike>
Component: mozilla-filesystemAssignee: Jan Horak <jhorak>
Status: CLOSED ERRATA QA Contact: Tomas Pelka <tpelka>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.5CC: alanm, brclark, casantos, jwright, mkielian, mkolbas, pandrade, sbarcomb, tpelka, tpopela
Target Milestone: rcKeywords: Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: mozilla-filesystem-1.9-19.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-10 14:20:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Mike 2021-12-10 19:45:22 UTC
Description of problem: Firefox 91 comes with a dependency on the mozilla-filesystem package, which is used to provide directories for NPAPI pluginsupport. As Firefox 91 and later have removed NPAPI support, this package is superflous, and should be removed as a hard dependency.

Version-Release number of selected component (if applicable):
91.4.0-1.el8_5

How reproducible: 100%


Steps to Reproduce:
1. yum remove mozilla-filesystem

Actual results: firefox package is also removed as well.


Expected results: firefox package remains in place.


Additional info:
- the chrome-gnome-shell package also has a dependency on this package, though it seems superficial.

Comment 2 Tomas Popela 2021-12-13 11:23:59 UTC
The dependency can't be removed, because the mozilla-filesystem owns other crucial folders for Firefox. But the mozilla-filesystem should be changed to not include the NPAPI stuff.

Comment 5 Jan Horak 2021-12-16 15:56:15 UTC
The mozilla-filesystem only contains folders used by the Firefox. It does not contain any npapi plugin or anything like that. 
Unfortunatelly the subfolders of these folders are used by various packages:

tree /usr/lib64/mozilla
/usr/lib64/mozilla
├── extensions
│   ├── {3550f703-e582-4d05-9a08-453d09bdfdc6} <- owned by thunderbird rpm - for place system wide extensions
│   └── {ec8030f7-c20a-464f-9b0e-13a3a9e97384} <- owned by firefox rpm - for place system wide extensions
├── native-messaging-hosts <- owned by mozilla-filesystem and chrome-gnome-shell in case the gnome shell extension integration is installed
│   └── org.gnome.chrome_gnome_shell.json  <- owned by chrome-gnome-shell - used for installation of gnome extensions from the browser
└── plugins 
    └── gmp-gmpopenh264 <- owned by mozilla-openh264 (not sure if that's in rhel)
        └── system-installed
            ├── gmpopenh264.info
            ├── libgmpopenh264.so -> libgmpopenh264.so.6
            ├── libgmpopenh264.so.2.1.1
            └── libgmpopenh264.so.6 -> libgmpopenh264.so.2.1.1

We can remove the NPAPI text from the description since this does not actually negatively affect customer in a real way.

Comment 6 Jan Horak 2021-12-16 16:08:08 UTC
> We can remove the NPAPI text from the description since this does not actually negatively affect customer in a real way.
I mean since it's no longer true.

Comment 14 errata-xmlrpc 2022-05-10 14:20:46 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (mozilla-filesystem bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:1927