Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport][ipa-4-5] Prevent installation of Py2 and Py3 mod_wsgi #1319

Closed
wants to merge 1 commit into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Nov 22, 2017

This PR was opened manually because PR #1306 was pushed to master and backport to ipa-4-5 is required.

@tiran tiran added the ack Pull Request approved, can be merged label Nov 22, 2017
@tiran
Copy link
Member Author

tiran commented Nov 22, 2017

PR was ACKed automatically because this is backport of PR #1306. Wait for CI to finish before pushing. In case of questions or problems contact @tiran who is author of the original PR.

@tiran tiran force-pushed the backport_pr1306_ipa-4-5 branch 2 times, most recently from 5882773 to 75a6943 Compare November 22, 2017 09:36
@tiran tiran added the re-run Trigger a new run of PR-CI label Nov 22, 2017
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Nov 22, 2017
@tiran
Copy link
Member Author

tiran commented Nov 22, 2017

lint error can be ignored. It's old bug with ignore failed imports:

./makeaci: ipaserver/plugins/dogtag.py:244: ignoring ImportError: No module named lxml.re
Traceback (most recent call last):
..
AttributeError: 'FailedImport' object has no attribute 'compile'

@tiran
Copy link
Member Author

tiran commented Nov 22, 2017

Blocked by #1321

FreeIPA is either compatible with Python 2 mod_wsgi or Python 3
mod_wsgi. mod_wsgi can not coexist in the same Apache process as
mod_wsgi_python3. When both mod_wsgi and python3-mod_wsgi are installed,
the first loaded module wins and the other one is never loaded.

Add conflict on the other module to prevent installation of both
modules.

https://pagure.io/freeipa/issue/7161

Signed-off-by: Christian Heimes cheimes@redhat.com
@tiran tiran added the pushed Pull Request has already been pushed label Nov 22, 2017
@tiran
Copy link
Member Author

tiran commented Nov 22, 2017

ipa-4-5:

  • bdbacd7 Prevent installation of Py2 and Py3 mod_wsgi

@tiran tiran closed this Nov 22, 2017
@tiran tiran deleted the backport_pr1306_ipa-4-5 branch March 29, 2019 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants