Skip to content

Commit

Permalink
Fix: CentOS-8/RHEL-8 use python3 by default
Browse files Browse the repository at this point in the history
needs ExpandFlags: module:python36-3.6 in project config
  • Loading branch information
cfelder committed Apr 3, 2020
1 parent 9accf91 commit 812e695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/obs-service-tar_scm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%bcond_with obs_scm_testsuite
%endif

%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29
%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?rhel} >= 8
%bcond_without python3
%else
%bcond_with python3
Expand Down

0 comments on commit 812e695

Please sign in to comment.