From fcf3f91819c309f5bafed30a2daa5f2b1b9dbce0 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Sat, 17 May 2025 11:06:52 +0800 Subject: [PATCH] apply sw_64 patch --- postgresql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index e29c974..0e74441 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 -- Gitee