From d824c5935f5e4df12dd76984ad54833ddf032bf7832c58d93164beab9ae41cfd Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 9 Jun 2020 06:48:18 +0000 Subject: [PATCH] Accepting request 812775 from home:rmax:branches:server:database:postgresql Fix dependencies between -devel-mini and the packages it embeds OBS-URL: https://build.opensuse.org/request/show/812775 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=15 --- postgresql12.changes | 3 +++ postgresql12.spec | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/postgresql12.changes b/postgresql12.changes index 612099b..580381b 100644 --- a/postgresql12.changes +++ b/postgresql12.changes @@ -6,6 +6,9 @@ Wed Jun 3 17:36:27 UTC 2020 - Reinhard Max https://www.postgresql.org/docs/12/release-12-3.html - Unify the spec file to work across all current PostgreSQL versions to simplify future maintenance. +- Move from the "libs" build flavour to a "mini" package that will + only be used inside the build service and not get shipped, to + avoid confusion with the debuginfo packages (bsc#1148643). ------------------------------------------------------------------- Fri May 15 10:13:58 UTC 2020 - Namor Barcode diff --git a/postgresql12.spec b/postgresql12.spec index 4f6f1a5..885febc 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -210,7 +210,12 @@ Provides: postgresql-devel = %version-%release Provides: postgresql-devel-implementation = %version-%release %if %mini Requires: this-is-only-for-build-envs +Provides: %libecpg = %version-%release +Provides: %libpq = %version-%release Provides: %pgname-devel = %version-%release +Conflicts: %pgname-devel +Conflicts: %libecpg +Conflicts: %libpq %else Requires: %libecpg >= %version Requires: %libpq >= %version