- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=34
This commit is contained in:
parent
6017c5a148
commit
33034dc643
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 19 15:30:08 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 10 13:32:07 UTC 2021 - Reinhard Max <max@suse.com>
|
Wed Feb 10 13:32:07 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -72,7 +72,11 @@ BuildRequires: tcl-devel
|
|||||||
BuildRequires: timezone
|
BuildRequires: timezone
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%bcond_without selinux
|
%bcond_without selinux
|
||||||
|
%if %pgmajor > 10 || 0%{?suse_version} <= 1500
|
||||||
%bcond_without icu
|
%bcond_without icu
|
||||||
|
%else
|
||||||
|
%bcond_with icu
|
||||||
|
%endif
|
||||||
%if !%buildlibs
|
%if !%buildlibs
|
||||||
BuildRequires: %libecpg
|
BuildRequires: %libecpg
|
||||||
BuildRequires: %libpq
|
BuildRequires: %libpq
|
||||||
|
Loading…
Reference in New Issue
Block a user