Bug 1060801
| Summary: | [RFE] Support for relative symlinks of RPMs in yum distributor | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Dennis Gregorovic <dgregor> | ||||
| Component: | rpm-support | Assignee: | pulp-bugs | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | pulp-qe-list | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 2.3 | CC: | skarmark | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1060803 (view as bug list) | Environment: | |||||
| Last Closed: | 2015-02-19 01:12:45 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: | 1060803 | ||||||
| Attachments: |
|
||||||
|
Description
Dennis Gregorovic
2014-02-03 16:23:32 UTC
Created attachment 858698 [details]
patch against 2.3 branch
In pulp_rpm/src/pulp_rpm/yum_plugin/util.py the patch has a bug. It should be: source_path = os.path.relpath(source_path, os.path.dirname(symlink_path)) Moved to https://pulp.plan.io/issues/221 |