diff --git a/postgresql16.changes b/postgresql16.changes index fd665a4..1d767db 100644 --- a/postgresql16.changes +++ b/postgresql16.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 18 15:24:14 UTC 2023 - Dominique Leuenberger + +- 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 diff --git a/postgresql16.spec b/postgresql16.spec index e42b7a9..b1f3be1 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -159,6 +159,10 @@ BuildRequires: pkgconfig(systemd) #!BuildIgnore: %pgname-pltcl #!BuildIgnore: %pgname-plperl #!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 License: PostgreSQL Group: Productivity/Databases/Tools