Accepting request 1112140 from home:dimstar:Factory
- Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice. Resubmitted - same change as before but a typo fixed in the changelog OBS-URL: https://build.opensuse.org/request/show/1112140 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql16?expand=0&rev=9
This commit is contained in:
parent
b8e34f088e
commit
d1aaf50f2c
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 18 15:24:14 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Also buildignore the postgresql*-implementation symbols: this is
|
||||||
|
needed in order to bootstrap when no postgresql version currently
|
||||||
|
has valid symbols provided. Once the packages are built, OBS
|
||||||
|
could translate this to the pgname-* packages and accept the
|
||||||
|
ignores; during bootstrap though, there is nothing providing the
|
||||||
|
symbol and the existing buildignores do not suffice.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 14 12:14:36 UTC 2023 - Reinhard Max <max@suse.com>
|
Thu Sep 14 12:14:36 UTC 2023 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -159,6 +159,10 @@ BuildRequires: pkgconfig(systemd)
|
|||||||
#!BuildIgnore: %pgname-pltcl
|
#!BuildIgnore: %pgname-pltcl
|
||||||
#!BuildIgnore: %pgname-plperl
|
#!BuildIgnore: %pgname-plperl
|
||||||
#!BuildIgnore: %pgname-plpython
|
#!BuildIgnore: %pgname-plpython
|
||||||
|
#!BuildIgnore: postgresql-implementation
|
||||||
|
#!BuildIgnore: postgresql-server-implementation
|
||||||
|
#!BuildIgnore: postgresql-server-devel-implementation
|
||||||
|
#!BuildIgnore: postgresql-llvmjit-devel-implementation
|
||||||
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