diff --git a/postgresql15.changes b/postgresql15.changes index d84c50f..7acbe8c 100644 --- a/postgresql15.changes +++ b/postgresql15.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 31 10:57:13 UTC 2023 - Reinhard Max + +- boo#1216734: Revert the last change and make the devel package + independend of all other subpackages except for the libs. + ------------------------------------------------------------------- Tue Oct 10 12:49:02 UTC 2023 - Reinhard Max diff --git a/postgresql15.spec b/postgresql15.spec index be4c6f7..5e27072 100644 --- a/postgresql15.spec +++ b/postgresql15.spec @@ -760,7 +760,9 @@ popd 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 @@ fi %dir %pgbasedir %dir %pgbindir -%ghost %_bindir/ecpg +%_bindir/ecpg %_libdir/pkgconfig/* %_libdir/lib*.so -%pgbindir/ecpg %pgincludedir %if %{with server_devel} %exclude %pgincludedir/server