Accepting request 936358 from home:hawkeye116477:waterfox:build-depends
Fixed build for Alma and Rocky OBS-URL: https://build.opensuse.org/request/show/936358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=115
This commit is contained in:
parent
9bca001b41
commit
141957fc5c
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?centos_version} || ( 0%{?suse_version} && 0%{?suse_version} <= 1315 )
|
%if 0%{?centos_version} || 0%{?almalinux} || 0%{?rocky} || ( 0%{?suse_version} && 0%{?suse_version} <= 1315 )
|
||||||
%bcond_with obs_scm_testsuite
|
%bcond_with obs_scm_testsuite
|
||||||
%else
|
%else
|
||||||
%bcond_without obs_scm_testsuite
|
%bcond_without obs_scm_testsuite
|
||||||
%endif
|
%endif
|
||||||
%define service set_version
|
%define service set_version
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1315 || 0%{?fedora_version} || 0%{?centos_version} >= 800 || 0%{?almalinux} >= 8 || 0%{?mageia} >= 8
|
%if 0%{?suse_version} > 1315 || 0%{?fedora_version} || 0%{?centos_version} >= 800 || 0%{?almalinux} >= 8 || 0%{?mageia} >= 8 || 0%{?rocky} >= 8
|
||||||
%define use_python python3
|
%define use_python python3
|
||||||
%else
|
%else
|
||||||
%define use_python python
|
%define use_python python
|
||||||
|
Loading…
Reference in New Issue
Block a user