-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Use python3-mod_wsgi instead of mod_wsgi on CentOS8 #2052
Conversation
apache::params is a classBreaking changes to this file WILL impact these 11 modules (exact match):Breaking changes to this file MAY impact these 16 modules (near match):This module is declared in 174 of 575 indexed public
|
The mod_wsgi package was renamed to python3-mod_wsgi on CentOS8, and now the old name doesn't work since the provides and obsoletes for it was removed[1]. [1] https://centos.pkgs.org/8/centos-appstream-x86_64/python3-mod_wsgi-4.6.4-4.el8.x86_64.rpm.html
Codecov Report
@@ Coverage Diff @@
## master #2052 +/- ##
=========================================
Coverage ? 58.49%
=========================================
Files ? 12
Lines ? 212
Branches ? 0
=========================================
Hits ? 124
Misses ? 88
Partials ? 0 Continue to review full report at Codecov.
|
Hi @kajinamit, this looks good and well documented! Thank you! Cheers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd have flipped this logic as when 9 comes out we'll have to update this again.
@mwhahaha |
The mod_wsgi package was renamed to python3-mod_wsgi on CentOS8, and
now the old name doesn't work since the provides and obsoletes for it
was removed[1].
[1] https://centos.pkgs.org/8/centos-appstream-x86_64/python3-mod_wsgi-4.6.4-4.el8.x86_64.rpm.html