Bug 145744
| Summary: | install generic links for jdbc jar files | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Colin Walters <walters> | ||||||
| Component: | postgresql | Assignee: | Tom Lane <tgl> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | hhorak, mpg | ||||||
| Target Milestone: | --- | Keywords: | Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2005-02-07 21:38:16 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Colin Walters
2005-01-21 00:50:03 UTC
Created attachment 110037 [details]
patch to add unversioned jar links
Should be applicable to FC3 version as well.
Created attachment 110072 [details]
updated patch to add jar links
I discovered that my patch breaks the build; surprisingly, RPM apparently
somehow manages to turn "cd /foo && command" into two separate shell commands,
thus changing the current directory and breaking later code. This updated
patch forces it to be one command by running it in a subshell.
Done in postgresql-8.0.1 for devel tip; will add in the back branches as opportunity presents. (Which will be soon, since we now have security updates to push...) Patches are now pushed for FC3 and FC2. |