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:
Dirk Mueller 2021-12-13 10:55:54 +00:00 committed by Git OBS Bridge
parent 9bca001b41
commit 141957fc5c

View File

@ -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
%else
%bcond_without obs_scm_testsuite
%endif
%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
%else
%define use_python python