Accepting request 1120248 from server:database:postgresql
- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing. OBS-URL: https://build.opensuse.org/request/show/1120248 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql16?expand=0&rev=2
This commit is contained in:
commit
60139c66fa
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 10 12:49:02 UTC 2023 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- boo#1216022: Call install-alternatives from the devel subpackage
|
||||||
|
as well, otherwise the symlink for ecpg might be missing.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 15:24:14 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Sep 18 15:24:14 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -795,18 +795,20 @@ awk -v P=%buildroot '/^(%lang|[^%])/{print P $NF}' libpq.files libecpg.files | x
|
|||||||
|
|
||||||
%post -n %pgname-%devel
|
%post -n %pgname-%devel
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if %{with server_devel}
|
|
||||||
%post server-devel
|
|
||||||
%endif
|
|
||||||
/usr/share/postgresql/install-alternatives %pgmajor
|
/usr/share/postgresql/install-alternatives %pgmajor
|
||||||
|
|
||||||
%postun -n %pgname-%devel
|
%postun -n %pgname-%devel
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if %{with server_devel}
|
|
||||||
%postun server-devel
|
|
||||||
%endif
|
|
||||||
/usr/share/postgresql/install-alternatives %pgmajor
|
/usr/share/postgresql/install-alternatives %pgmajor
|
||||||
|
|
||||||
|
%if %{with server_devel}
|
||||||
|
%post server-devel
|
||||||
|
/usr/share/postgresql/install-alternatives %pgmajor
|
||||||
|
|
||||||
|
%postun server-devel
|
||||||
|
/usr/share/postgresql/install-alternatives %pgmajor
|
||||||
|
%endif
|
||||||
|
|
||||||
%if !%mini
|
%if !%mini
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
Loading…
Reference in New Issue
Block a user