Bug 659925
| Summary: | Multiple wrong filenames in require_once directives for mediawiki-openid | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kurt Seifried <kurt> |
| Component: | mediawiki-openid | Assignee: | Kurt Seifried <kurt> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | Axel.Thimm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | mediawiki-openid-0.8.2-11.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-28 23:33:28 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: | |||
|
Description
Kurt Seifried
2010-12-04 07:50:50 UTC
Quick and dirty fix cd /usr/share/mediawiki/extensions/OpenID for i in *.php; do sed 's/Auth\//Auth_OpenID\//' $i > $i.2; mv -f $i.2 $i ; done http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers This is contact attempt #2 (one month delay). Is the package maintainer still interested in this package? http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers This is contact attempt #3 (another week has gone by). Is the package maintainer still interested in this package? mediawiki-openid-0.8.2-11.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/mediawiki-openid-0.8.2-11.fc15 mediawiki-openid-0.8.2-11.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/mediawiki-openid-0.8.2-11.fc14 mediawiki-openid-0.8.2-11.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/mediawiki-openid-0.8.2-11.fc13 mediawiki-openid-0.8.2-11.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. mediawiki-openid-0.8.2-11.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. mediawiki-openid-0.8.2-11.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |