Accepting request 689884 from home:juliogonzalezgil:branches:openSUSE:Tools

- Change requirement locale_package to glibc-common to fix building for CentOS7 and older, and Fedora26 and older

Package was able to build locally for CentOS6, CentOS7 and build for Fedora29 started (ongoing)

OBS-URL: https://build.opensuse.org/request/show/689884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=247
This commit is contained in:
Ruediger Oertel 2019-03-29 14:07:23 +00:00 committed by Git OBS Bridge
parent 8903cf97ef
commit 32247dbd35
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 29 13:49:15 UTC 2019 - Julio González Gil <jgonzalez@suse.com>
- Change requirement locale_package to glibc-common to fix building
for CentOS6 and CentOS7
-------------------------------------------------------------------
Wed Mar 06 15:59:39 UTC 2019 - adrian@suse.de

View File

@ -23,7 +23,9 @@
%define locale_package glibc-locale
%endif
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
%if 0%{?fedora_version} < 27 || 0%{?rhel_version} < 8 || 0%{?centos_version} < 8
%define locale_package glibc-common
%else
%define locale_package glibc-langpack-en
%endif