- Restore the independence of mini builds from the main build after
the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=71
This commit is contained in:
parent
bbfa0902cb
commit
27d68739ef
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 26 11:48:38 UTC 2023 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Restore the independence of mini builds from the main build after
|
||||||
|
the -mini name change from April 4, 2023.
|
||||||
|
- Adjust icu handling to prepare for PostgreSQL 16.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 15 14:22:10 UTC 2023 - Reinhard Max <max@suse.com>
|
Mon May 15 14:22:10 UTC 2023 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -69,7 +69,11 @@ Name: %pgname
|
|||||||
|
|
||||||
%if %mini
|
%if %mini
|
||||||
%bcond_with selinux
|
%bcond_with selinux
|
||||||
|
%if %pgmajor >= 16
|
||||||
|
%bcond_without icu
|
||||||
|
%else
|
||||||
%bcond_with icu
|
%bcond_with icu
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
BuildRequires: %{python}-devel
|
BuildRequires: %{python}-devel
|
||||||
BuildRequires: docbook_4
|
BuildRequires: docbook_4
|
||||||
@ -143,11 +147,18 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: pkgconfig(krb5)
|
BuildRequires: pkgconfig(krb5)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
#!BuildIgnore: postgresql-implementation
|
#!BuildIgnore: %pgname
|
||||||
#!BuildIgnore: postgresql-server-implementation
|
#!BuildIgnore: %pgname-server
|
||||||
#!BuildIgnore: postgresql-devel-noarch
|
#!BuildIgnore: %pgname-devel
|
||||||
#!BuildIgnore: postgresql-llvmjit-devel-noarch
|
#!BuildIgnore: %pgname-server-devel
|
||||||
#!BuildIgnore: postgresql-server-devel-noarch
|
#!BuildIgnore: %pgname-llvmjit
|
||||||
|
#!BuildIgnore: %pgname-llvmjit-devel
|
||||||
|
#!BuildIgnore: %pgname-contrib
|
||||||
|
#!BuildIgnore: %pgname-docs
|
||||||
|
#!BuildIgnore: %pgname-test
|
||||||
|
#!BuildIgnore: %pgname-pltcl
|
||||||
|
#!BuildIgnore: %pgname-plperl
|
||||||
|
#!BuildIgnore: %pgname-plpython
|
||||||
Summary: Basic Clients and Utilities for PostgreSQL
|
Summary: Basic Clients and Utilities for PostgreSQL
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user