Bug 875343
| Summary: | RFE: build js with libedit instead of readline | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> | ||||||
| Component: | js | Assignee: | Pavel Alexeev <pahan> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | pahan | ||||||
| Target Milestone: | --- | Keywords: | Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-11-18 16:08:34 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 642251 [details]
Specfile patch
Note that this also moves %configure from %prep to %build which is a more appropriate section for it.
Hello. Thanks for patch. Does it have any disadvantages and incompatibilities? I think it should be discussed in devel ML first. I'm not aware of any. And given that this affects only /usr/bin/js which I believe is a very rarely used tool, I don't think it's necessary to discuss it anywhere first. But feel free if you feel like it... Ok, it built for rawhide. Thanks. |
Created attachment 642250 [details] Source patch To simplify licensing apparently without any loss of functionality, js could be built with libedit instead of readline, patches attached.