- BuildRequire libpq5 and libecpg6 when not building them to avoid
dangling symlinks in the devel package. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=27
This commit is contained in:
parent
890fb5a7f0
commit
fe1981634c
@ -1,7 +1,9 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 20 09:50:09 UTC 2020 - Reinhard Max <max@suse.com>
|
Fri Nov 20 11:51:37 UTC 2020 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
- bsc#1178961: %ghost the symlinks to pg_config and ecpg.
|
- bsc#1178961: %ghost the symlinks to pg_config and ecpg.
|
||||||
|
- BuildRequire libpq5 and libecpg6 when not building them to avoid
|
||||||
|
dangling symlinks in the devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 12:04:35 UTC 2020 - Reinhard Max <max@suse.com>
|
Wed Nov 11 12:04:35 UTC 2020 - Reinhard Max <max@suse.com>
|
||||||
|
@ -73,6 +73,10 @@ BuildRequires: timezone
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%bcond_without selinux
|
%bcond_without selinux
|
||||||
%bcond_without icu
|
%bcond_without icu
|
||||||
|
%if !%buildlibs
|
||||||
|
BuildRequires: %libecpg
|
||||||
|
BuildRequires: %libpq
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1300
|
%if 0%{?suse_version} >= 1300
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
%bcond_without systemd_notify
|
%bcond_without systemd_notify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user