diff --git a/postgresql.spec b/postgresql.spec index e29c974ce092a1fb77e49851138e4d69aa1d1bc7..0e74441f5b61d425f7a50be9068b3d02ccbf0b8b 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -32,7 +32,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 15 Version: %{majorversion}.12 -Release: 2 +Release: 3 # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -377,6 +377,7 @@ goal of accelerating analytics queries. %patch -P 9 -p1 %patch -P 11 -p1 %patch -P 16 -p1 +%patch -P 17 -p1 # We used to run autoconf here, but there's no longer any real need to, # since Postgres ships with a reasonably modern configure script. @@ -1296,6 +1297,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Sat May 17 2025 mahailiang - 15.12-3 +- apply sw_64 patch + * Sat Mar 15 2025 mahailiang - 15.12-2 - add sw_64 support