| Summary: | Order in which patches are applied | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Haško <mhasko> |
| Component: | dwm | Assignee: | Petr Šabata <psabata> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | psabata, pslavice |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | dwm-6.0-7.fc18 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-28 07:45:06 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: | |
dwm-6.0-7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dwm-6.0-7.fc20 dwm-6.0-7.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/dwm-6.0-7.fc19 dwm-6.0-7.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/dwm-6.0-7.fc18 dwm-6.0-7.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. dwm-6.0-7.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. dwm-6.0-7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: dwm-start applies patches in no particular (wrong) order, which causes patching to fail. Version-Release number of selected component (if applicable): dwm-user-6.0-5.fc19.x86_64 /usr/bin/dwm-start:64: find ${patches} -type f -name '*.diff' -printf "patch -p1 < %p\n" | sh find doesn't sort the patches. They need to be sorted before applying