Bug 516016
| Summary: | improve spec to make el5 builds working | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Mach <dmach> | ||||
| Component: | Django | Assignee: | Steve Milner <smilner> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | michel, smilner | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.1-4.el4 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-08-27 22:52:47 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: |
|
||||||
I don't think the patch made it to bugzilla :-). Can you reattach? For Django-1.1 in F11 and el5, I'm not sure just yet. I want to make sure the update wouldn't break any current apps running on F11/el5 before I port it over. Created attachment 356508 [details]
spec patch
(In reply to comment #1) > I don't think the patch made it to bugzilla :-). Can you reattach? It's there. > For Django-1.1 in F11 and el5, I'm not sure just yet. I want to make sure the > update wouldn't break any current apps running on F11/el5 before I port it > over. That makes sense. Fortunately all my projects work like charm on 1.1 :) Manually applied the patch and building in mock builds right now. Applied and built in devel. http://koji.fedoraproject.org/koji/taskinfo?taskID=1587778 I have not heard much one way or the other from other users ... so I might as well move it in to F-11 and EL-5. Starting the process now. Django-1.1-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/Django-1.1-2.fc11 Django-1.1-2.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/Django-1.1-2.el5 Django-1.1-2.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update Django'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-8699 Django-1.1-2.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update Django'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-0308 Django-1.1-4.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/Django-1.1-4.el5 Django-1.1-4.el4 has been submitted as an update for Fedora EPEL 4. http://admin.fedoraproject.org/updates/Django-1.1-4.el4 Django-1.1-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/Django-1.1-4.fc11 Django-1.1-4.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/Django-1.1-4.fc10 Django-1.1-2.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update Django'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-0308 Django-1.1-4.el4 has been pushed to the Fedora EPEL 4 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update Django'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-4/FEDORA-EPEL-2009-0321 Django-1.1-4.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update Django'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-0354 Django-1.1-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. Django-1.1-4.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. Django-1.1-4.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. Django-1.1-4.el4 has been pushed to the Fedora EPEL 4 stable repository. If problems still persist, please make note of it in this bug report. |
If you use latest spec in devel, it doesn't work for epel (rhel5) builds. It fails with this error: RPM build errors: File not found: /var/tmp/Django-1.1-1.el5-root-mockbuild/usr/bin/django-admin.pyc File not found: /var/tmp/Django-1.1-1.el5-root-mockbuild/usr/bin/django-admin.pyo File not found: /var/tmp/Django-1.1-1.el5-root-mockbuild/usr/bin/django-admin.pyc File not found: /var/tmp/Django-1.1-1.el5-root-mockbuild/usr/bin/django-admin.pyo Attached patch solves the problem, see this scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1586069 btw, could you build Django-1.1 also in f11 and el5?