Bug 244369
| Summary: | yum-merge-conf is missing vimdiff | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sebastian Vahl <fedora> | ||||
| Component: | yum-utils | Assignee: | Seth Vidal <skvidal> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 7 | CC: | gauret, tim.lauridsen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.1.5-1.fc7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-06-21 20:04:58 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
Sebastian Vahl
2007-06-15 09:58:22 UTC
Any comments Aurélien ? That's right, the plugin does an os.system("vimdiff old-file new-file"). The
package should Require: vim-enhanced
OR, it could check if vimdiff is in the path and only propose vim-based merge if it is. I can do that, it's pretty easy. Should I send you a patch ? Just send me patch and i will add it. Created attachment 157202 [details]
Here's the patch to detect vimdiff
Thanks, it is added to upstream CVS yum-utils-1.1.5-1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. yum-utils-1.1.5-1.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. It's working. If vimdiff isn't installed, there would be no option to merge the configs: By default, RPM would keep your local version and rename the new one to /etc/mock/defaults.cfg.rpmnew What do you want to do ? - diff the two versions (d) - do the default RPM action (q) - install the package's version (i) - background this process and examine manually (z) |