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

Fixes #15067: rudder-server-relay depends of apache2-mod_wsgi-python3 on sles which does not exist #1962

Conversation

Fdall
Copy link
Contributor

@Fdall Fdall commented Jun 12, 2019

%if 0%{?suse_version} && 0%{?suse_version} >= 1500
%if 0%{?suse_version} && 0%{?suse_version} == 1500
BuildRequires: python
Requires: python, apache2-mod_wsgi-python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you mean we will use python2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, there is no apache2-mod_wsgi-python3 support on sles15

BuildRequires: python
Requires: python, apache2-mod_wsgi-python
%endif
%if 0%{?suse_version} && 0%{?suse_version} > 1500
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which OS is this targeting?

BuildRequires: python
Requires: python, apache2-mod_wsgi-python
%endif
%if 0%{?suse_version} && 0%{?suse_version} > 1500
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not exist yet and we cannot presupose what it will contain

…python3 on sles which does not exist

Fixes #15067: rudder-server-relay depends of apache2-mod_wsgi-python3 on sles which does not exist
@Fdall
Copy link
Contributor Author

Fdall commented Jun 12, 2019

Commit modified

@Fdall
Copy link
Contributor Author

Fdall commented Jun 12, 2019

Closing this since apache2-mod_wsgi is not provided in the official base repos.
We will ditribute the python3 version.

@Fdall Fdall closed this Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants