Bug 1088001
Summary: | Rebuilding thunderbird from rawhide generates broken dep: Requires: libxul.so(xul24)(64bit) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gustavo Luiz Duarte <gustavold> | ||||
Component: | thunderbird | Assignee: | Gecko Maintainer <gecko-bugs-nobody> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | gecko-bugs-nobody, gustavold, jhorak, pmatilai, rbarlow, robatino | ||||
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: | 2014-05-06 09:50:01 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1051573 | ||||||
Attachments: |
|
Description
Gustavo Luiz Duarte
2014-04-15 19:44:01 UTC
Created attachment 886622 [details]
Use newline separator on find-provides input
Minimal patch that fixes the issue described here from the thunderbird side.
CC'ing rpm maintainer for his awareness and comments whether it is an rpm regression or expected change in find-{requires,provides} behavior. Error: Package: thunderbird-24.4.0-2.fc21.i686 (rawhide) Requires: libxul.so(xul24) https://bugzilla.redhat.com/show_bug.cgi?id=1091295 *** Bug 1091295 has been marked as a duplicate of this bug. *** Adding needinfo since the rpm maintainer hasn't responded in 3 weeks. I get a lot of bugzilla mail, these things get easily buried in the noise. I didn't exactly expect whitespace behavior to change, but that's because I didn't remember such a difference exists between the mechanisms and the old unmaintained scripts, which Thunderbird has been relying on. That old script junk is not coming back, and neither is space as separator because its a really just an ill-fitting separator for this purpose. Instead of messing with these scripts, please update thunderbird to use the native filtering mechanism instead: http://rpm.org/wiki/PackagerDocs/DependencyGenerator https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering If you have to use the same spec for RHEL too then you could use the current script-overriding hack on RHEL <= 6 where it is indeed needed, and native filters elsewhere. Thanks for clarification and pointing me to the right direction Panu Matilainen. This should be fixed now by thunderbird-24.5.0-2.fc21 build. Um, not quite. You still have this: %define _use_internal_dependency_generator 0 in the thunderbird spec, which means none of the new tricks like native filtering work. Okay, removed. |