From d1aaf50f2c3d9b525aa8fea702217c5338cc1ea4a181619b781cd67d2a8cfc04 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 19 Sep 2023 12:35:49 +0000 Subject: [PATCH] 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 --- postgresql16.changes | 10 ++++++++++ postgresql16.spec | 4 ++++ 2 files changed, 14 insertions(+) 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