Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql16 for openSUSE:Factory 
checked in at 2023-10-26 17:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql16 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql16.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql16"

Thu Oct 26 17:11:38 2023 rev:2 rq:1120248 version:16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql16/postgresql16.changes        
2023-09-20 13:21:00.977076577 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql16.new.24901/postgresql16.changes     
2023-10-26 17:11:42.242286199 +0200
@@ -1,0 +2,6 @@
+Tue Oct 10 12:49:02 UTC 2023 - Reinhard Max <m...@suse.com>
+
+- boo#1216022: Call install-alternatives from the devel subpackage
+  as well, otherwise the symlink for ecpg might be missing.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgresql16.spec ++++++
--- /var/tmp/diff_new_pack.4boTKi/_old  2023-10-26 17:11:42.918311027 +0200
+++ /var/tmp/diff_new_pack.4boTKi/_new  2023-10-26 17:11:42.918311027 +0200
@@ -795,17 +795,19 @@
 
 %post -n %pgname-%devel
 /sbin/ldconfig
-%if %{with server_devel}
-%post server-devel
-%endif
 /usr/share/postgresql/install-alternatives %pgmajor
 
 %postun -n %pgname-%devel
 /sbin/ldconfig
+/usr/share/postgresql/install-alternatives %pgmajor
+
 %if %{with server_devel}
+%post server-devel
+/usr/share/postgresql/install-alternatives %pgmajor
+
 %postun server-devel
-%endif
 /usr/share/postgresql/install-alternatives %pgmajor
+%endif
 
 %if !%mini
 

Reply via email to