Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql14 for openSUSE:Factory 
checked in at 2023-10-31 20:26:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql14 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql14.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql14"

Tue Oct 31 20:26:33 2023 rev:14 rq:1121434 version:14.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql14/postgresql14.changes        
2023-10-25 18:05:36.720071561 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql14.new.17445/postgresql14.changes     
2023-10-31 20:26:50.344450871 +0100
@@ -1,0 +2,6 @@
+Tue Oct 31 10:57:13 UTC 2023 - Reinhard Max <[email protected]>
+
+- boo#1216734: Revert the last change and make the devel package
+  independend of all other subpackages except for the libs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgresql14.spec ++++++
--- /var/tmp/diff_new_pack.IxVPON/_old  2023-10-31 20:26:51.064477318 +0100
+++ /var/tmp/diff_new_pack.IxVPON/_new  2023-10-31 20:26:51.064477318 +0100
@@ -760,7 +760,9 @@
 mkdir -p %buildroot%pgmandir/man1
 cp -a doc/src/sgml/man1/ecpg.1 %buildroot%pgmandir/man1/ecpg.1pg%pgmajor
 %find_lang ecpg-$VLANG devel.files
-ln -s %pgbindir/ecpg %buildroot%_bindir/ecpg
+# The devel subpackage is exclusive across versions
+# and not handled by update-alternatives.
+mv %buildroot%pgbindir/ecpg %buildroot%_bindir/ecpg
 
 %if !%mini
 %find_lang pg_config-$VLANG server-devel.files
@@ -960,10 +962,9 @@
 
 %dir %pgbasedir
 %dir %pgbindir
-%ghost %_bindir/ecpg
+%_bindir/ecpg
 %_libdir/pkgconfig/*
 %_libdir/lib*.so
-%pgbindir/ecpg
 %pgincludedir
 %if %{with server_devel}
 %exclude %pgincludedir/server

Reply via email to