From 43c31da35c7252846109c21ef2c190f9d5d8b1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A3=8B=E5=BE=B7?= Date: Fri, 1 Sep 2023 09:58:00 +0000 Subject: [PATCH] update postgresql.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈棋德 --- postgresql.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index a080707..9186991 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -36,7 +36,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.12 -Release: 1 +Release: 2 # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -961,9 +961,6 @@ make -C postgresql-setup-%{setup_version} check # so that extensions can use this dir. %dir %{_libdir}/pgsql/bitcode %endif -%if ! %external_libpq -%{_libdir}/libpq.so.* -%endif %files docs %doc *-US.pdf @@ -1301,6 +1298,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Fri Sep 1 2023 dillon chen - 13.12-2 +- remove libpq.so.* from postgresql package (libpq.so.* in private-libs package) + * Fri Aug 11 2023 Funda Wang - 13.12-1 - New version 13.12 -- Gitee