diff --git a/postgresql.spec b/postgresql.spec index a080707df6cd25640b45b07c420d5663325f0ef7..9186991e9f8f54da4b62334402a0370de25ef0b7 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