Fix the dependency between postgresql 13 and pgpool2

Fix the miss .so file when the downstream package depends on libpq
This commit is contained in:
bzhaoop 2021-08-03 19:03:35 +08:00
parent 1d16f5d199
commit 26b57d66d4

View File

@ -27,7 +27,7 @@ Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 13 %global majorversion 13
Version: %{majorversion}.3 Version: %{majorversion}.3
Release: 2 Release: 3
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
@ -1140,7 +1140,7 @@ make -C postgresql-setup-%{setup_version} check
%{_libdir}/pgsql/pgxs/ %{_libdir}/pgsql/pgxs/
%{_includedir}/* %{_includedir}/*
%{_libdir}/{pgsql/pgxs/,pkgconfig/*.pc} %{_libdir}/{pgsql/pgxs/,pkgconfig/*.pc}
%{_libdir}/{libecpg,libecpg_compat,libpgtypes,libpq}.so %{_libdir}/{libecpg,libecpg_compat,libpgtypes,libpq}.so*
%{_libdir}/libpq.a %{_libdir}/libpq.a
%{_mandir}/man1/pg_server_config.* %{_mandir}/man1/pg_server_config.*
%{_mandir}/man3/SPI_* %{_mandir}/man3/SPI_*
@ -1223,6 +1223,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog %changelog
* Tue Aug 3 2021 bzhaoop<bzhaojyathousandy@gmail.com> - 13.3-3
- Add the missed libpq.so file into postgresql-server-devel package.
* Mon Jun 28 2021 bzhaoop<bzhaojyathousandy@gmail.com> - 13.3-2 * Mon Jun 28 2021 bzhaoop<bzhaojyathousandy@gmail.com> - 13.3-2
- Figure out the dependency by postgresql-odbc, refactor the package to fix - Figure out the dependency by postgresql-odbc, refactor the package to fix