Dominique Leuenberger 2019-10-22 13:43:37 +00:00 committed by Git OBS Bridge
commit 56090200e0
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 1 10:12:16 UTC 2019 - Julio González Gil <jgonzalez@suse.com>
- Fix building and installation for CentOS8, RHEL8 and RES8
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 22 11:25:57 UTC 2019 - FSchreiner@suse.com Thu Aug 22 11:25:57 UTC 2019 - FSchreiner@suse.com

View File

@ -22,7 +22,7 @@
%bcond_with obs_scm_testsuite %bcond_with obs_scm_testsuite
%endif %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 %bcond_without python3
%else %else
%bcond_with python3 %bcond_with python3
@ -53,14 +53,14 @@
%endif %endif
%endif %endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version} %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version} || 0%{?rhel}
%if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 %if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?rhel} >= 8
%define pyyaml_package %{use_python}-PyYAML %define pyyaml_package %{use_python}-PyYAML
%else %else
%define pyyaml_package PyYAML %define pyyaml_package PyYAML
%endif %endif
%if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 %if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?rhel} >= 8
%define locale_package glibc-langpack-en %define locale_package glibc-langpack-en
%else %else
%define locale_package glibc-common %define locale_package glibc-common