--- /dev/null
+--- postgresql-12.11/config/python.m4 2022-05-09 23:18:31.000000000 +0200
++++ postgresql-12.11/config/python.m4 2022-05-28 17:30:01.649923602 +0200
+@@ -16,7 +16,7 @@
+ # "python2" and "python3", in which case it's reasonable to prefer the
+ # newer version.
+ AC_DEFUN([PGAC_PATH_PYTHON],
+-[PGAC_PATH_PROGS(PYTHON, [python python3 python2])
++[PGAC_PATH_PROGS(PYTHON, [python3 python2 python])
+ AC_ARG_VAR(PYTHON, [Python program])dnl
+ if test x"$PYTHON" = x""; then
+ AC_MSG_ERROR([Python not found])
Summary(zh_CN.UTF-8): PostgreSQL 客户端程序和库文件
Name: postgresql-%{pgsqlversion}
Version: %{pgsqlversion}.11
-Release: 1
+Release: 2
License: BSD
Group: Applications/Databases
Source0: http://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
Patch6: postgresql-link.patch
Patch7: socket-dir-fixes.patch
Patch8: postgresql-autoconf.patch
+Patch9: postgresql-python3.patch
URL: http://www.postgresql.org/
BuildRequires: autoconf >= 2.69
BuildRequires: automake
%patch6 -p1
%patch7 -p1
%patch8 -p1
+%patch9 -p1
# force rebuild of bison/flex files
find src -name \*.l -o -name \*.y | xargs touch