forked from pool/postgresql12
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
This commit is contained in:
parent
eebdc7ceb0
commit
d824c5935f
@ -6,6 +6,9 @@ Wed Jun 3 17:36:27 UTC 2020 - Reinhard Max <max@suse.com>
|
||||
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 <z1trus@gmx.com>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user