Bug 432571
Summary: | RPM install scriptlet buggy... | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Valdis Kletnieks <valdis.kletnieks> |
Component: | beagle | Assignee: | David Nielsen <gnomeuser> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | adel.gadllah, aliux.parra |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-17 17:27:12 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Valdis Kletnieks
2008-02-12 23:13:48 UTC
% rpm -qlp xulrunner-1.9-0.beta2.18.nightly20080210.fc9.x86_64.rpm | grep exten /etc/skel/.mozilla/extensions /usr/lib64/mozilla/extensions /usr/lib64/xulrunner-1.9pre/components/extensions.xpt /usr/share/mozilla/extensions while /etc/gre.d/gre.conf says GRE_PATH=/usr/lib64/xulrunner-1.9pre - so as far as I can tell, xulrunner wants *ITS* path, and a separate /usr/lib64/mozilla/extensions directory, and beagle is conflating the two... *** This bug has been marked as a duplicate of 433063 *** There are some problems with this tried to apply as is but the build failed because nobody created the $RPM_BUILD_ROOT%{_libdir}/xulrunner/extensions/%{firefox_app_id}/ A mkdir -p would fix this but looking further it seems that %{_libdir}/xulrunner/ is versioned so just installing in there seems to be incorrect (does firefox/xulrunner even look into this directory?). And nobody seems to own this directory seems wrong too ... Sorry, it should have been $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{firefox_app_id}/ |