Bug 835671
| Summary: | php depends on libevent-devel when it shouldn't | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ross Lagerwall <ross> | ||||
| Component: | php | Assignee: | Remi Collet <fedora> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | fedora, jorton, rpm | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-07-12 00:01:17 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: | |||||||
| Attachments: |
|
||||||
Upstream bug related https://bugs.php.net/bug.php?id=52501 https://bugs.php.net/bug.php?id=52498 Yes this BuildRequires should have be removed (since 5.3.4) But php doesn't requires libevent (check: yum remove libevent doesn't pull php) Sorry, yes I meant php build-requires libevent-devel when it doesn't need to (none of the packages it creates depend on libevent). php-5.4.4-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/php-5.4.4-4.fc17 Package php-5.4.4-4.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing php-5.4.4-4.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-10159/php-5.4.4-4.fc17 then log in and leave karma (feedback). php-5.4.4-4.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 594573 [details] Patch which fixes the issue. php-fpm depends on libevent when it doesn't need to (it doesn't use it). The attached patch fixes this issue.