- locally apply fixes from
https://github.com/openSUSE/obs-service-tar_scm/pull/298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=249
This commit is contained in:
parent
a5059e4ee5
commit
512c7373ed
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 9 17:03:08 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- locally apply fixes from
|
||||||
|
https://github.com/openSUSE/obs-service-tar_scm/pull/298
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 13:49:15 UTC 2019 - Julio González Gil <jgonzalez@suse.com>
|
Fri Mar 29 13:49:15 UTC 2019 - Julio González Gil <jgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||||
%if 0%{?fedora_version} < 27 || 0%{?rhel_version} < 8 || 0%{?centos_version} < 8
|
%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
|
%define locale_package glibc-langpack-en
|
||||||
|
%else
|
||||||
|
%define locale_package glibc-common
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user