From c10ac0db0496146e39aa509cda5553a92bb2442d Mon Sep 17 00:00:00 2001 From: Surabhi Bhat Date: Fri, 28 Aug 2026 16:27:05 +0530 Subject: [PATCH] PG 15.19 Q3 release changes --- root/ppg/staging/15/macros.yaml | 2 +- .../staging/15/percona-patroni/debian/control | 2 +- .../percona-patroni/rpm/percona-patroni.spec | 55 ++++++++++++++----- .../15/percona-pg_cron/rpm/pg_cron.spec | 15 ++--- .../15/percona-pgbackrest/debian/control | 1 + .../15/percona-pgbackrest/debian/debian.dsc | 1 + .../staging/15/percona-pgvector/debian/compat | 1 - .../15/percona-pgvector/debian/control | 2 +- .../rpm/percona-pgvector.spec | 18 ++---- .../percona-postgresql-common/debian/compat | 1 - .../percona-postgresql-common/debian/control | 1 + .../debian/supported-versions | 1 + .../15/percona-postgresql/debian/control | 16 +++--- .../debian/patches/extension_destdir | 9 +-- .../15/percona-postgresql/debian/rules | 2 +- .../rpm/percona-postgresql.spec | 21 ++++--- 16 files changed, 83 insertions(+), 65 deletions(-) delete mode 100644 root/ppg/staging/15/percona-pgvector/debian/compat delete mode 100644 root/ppg/staging/15/percona-postgresql-common/debian/compat diff --git a/root/ppg/staging/15/macros.yaml b/root/ppg/staging/15/macros.yaml index 01fa878d..6c668c2f 100644 --- a/root/ppg/staging/15/macros.yaml +++ b/root/ppg/staging/15/macros.yaml @@ -1,6 +1,6 @@ - PG_MAJOR_VERSION: 15 - PG_PREV_MAJOR_VERSION: 14 -- PG_MINOR_VERSION: 18 +- PG_MINOR_VERSION: 19 - PG_PREV_MINOR_VERSION: 17 - PG_VERSION: %!{PG_MAJOR_VERSION}.%!{PG_MINOR_VERSION} - PGAUDIT_VERSION: 1.7.1 diff --git a/root/ppg/staging/15/percona-patroni/debian/control b/root/ppg/staging/15/percona-patroni/debian/control index 0a819644..75e750cb 100644 --- a/root/ppg/staging/15/percona-patroni/debian/control +++ b/root/ppg/staging/15/percona-patroni/debian/control @@ -42,7 +42,7 @@ Homepage: https://github.com/patroni/patroni Package: percona-patroni Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6), python3-psycopg2 , python3-etcd, python3-consul | python3-kazoo | python3-kubernetes, python-six | python3-six, python-requests | python3-requests, python-yaml | python3-yaml, python3-dateutil, python3-yaml, python3-psutil, python3-prettytable, python3-click, python3-cdiff, python3-ydiff, python3-pysyncobj, percona-postgresql-17 | postgresql-17 +Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6), python3-psycopg2 , python3-etcd, python3-consul | python3-kazoo | python3-kubernetes, python-six | python3-six, python-requests | python3-requests, python-yaml | python3-yaml, python3-dateutil, python3-yaml, python3-psutil, python3-prettytable, python3-click, python3-cdiff, python3-ydiff, python3-pysyncobj, python3-systemd, percona-postgresql-17 | postgresql-17 Suggests: etcd-server | consul | zookeeperd, haproxy, percona-patroni-doc Provides: patroni Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes diff --git a/root/ppg/staging/15/percona-patroni/rpm/percona-patroni.spec b/root/ppg/staging/15/percona-patroni/rpm/percona-patroni.spec index a5266bf5..d09206ff 100644 --- a/root/ppg/staging/15/percona-patroni/rpm/percona-patroni.spec +++ b/root/ppg/staging/15/percona-patroni/rpm/percona-patroni.spec @@ -1,22 +1,17 @@ %global debug_package %{nil} -%if 0%{?fedora} && 0%{?fedora} == 43 -%global __ospython %{_bindir}/python3.14 -%global python3_pkgversion 3.14 +%if 0%{?fedora} && 0%{?fedora} == 45 +%global __ospython %{_bindir}/python3.15 +%global python3_pkgversion 3.15 %global python3_pkgprefix python3 %endif -%if 0%{?fedora} && 0%{?fedora} <= 42 -%global __ospython %{_bindir}/python3.13 -%global python3_pkgversion 3.13 +%if 0%{?fedora} && 0%{?fedora} <= 44 +%global __ospython %{_bindir}/python3.14 +%global python3_pkgversion 3.14 %global python3_pkgprefix python3 %endif -%if 0%{?rhel} && 0%{?rhel} == 8 -%global __ospython %{_bindir}/python3 -%global python3_pkgversion 3.12 -%global python3_pkgprefix python3.12 -%endif -%if 0%{?rhel} && 0%{?rhel} >= 9 +%if 0%{?rhel} && 0%{?rhel} <= 10 %global __ospython %{_bindir}/python3.12 %global python3_pkgversion 3.12 %global python3_pkgprefix python3.12 @@ -51,12 +46,13 @@ BuildRequires: python%{python3_pkgversion}-devel Requires: %{python3_pkgprefix}-six Requires: %{python3_pkgprefix}-dateutil +Requires: %{python3_pkgprefix}-systemd Requires: %{python3_pkgprefix}-ydiff < 1.5 Requires: %{python3_pkgprefix}-ydiff >= 1.4.2 Requires: %{name}-etcd -%if !0%{?suse_version} +%if !0%{?suse_version} && 0%{?rhel} != 10 Requires: %{python3_pkgprefix}-click Requires: %{python3_pkgprefix}-cryptography >= 1.4 Requires: %{python3_pkgprefix}-prettytable @@ -67,6 +63,17 @@ Requires: %{python3_pkgprefix}-urllib3 >= 1.19.1 Requires: %{python3_pkgprefix}-wcwidth %endif +%if 0%{?rhel} && 0%{?rhel} == 10 +Requires: python3-click +Requires: python%{python3_pkgversion}-cryptography >= 1.4 +Requires: python3-prettytable +Requires: python%{python3_pkgversion}-pyyaml +Requires: python3-psutil +Requires: python%{python3_pkgversion}-urllib3 >= 1.19.1 +Requires: python3-psycopg2 +Requires: python3-wcwidth +%endif + %if 0%{?suse_version} >= 1500 Requires: %{python3_pkgprefix}-click Requires: %{python3_pkgprefix}-cryptography >= 1.4 @@ -100,18 +107,28 @@ Summary: Related components to use patroni with Consul Requires: %{name} = %{epoch}:%{version}-%{release} Requires: consul Requires: %{python3_pkgprefix}-py-consul >= 1.6.0 +%if 0%{?rhel} != 10 Requires: %{python3_pkgprefix}-requests +%endif +%if 0%{?rhel} && 0%{?rhel} == 10 +Requires: python3-requests +%endif %description -n %{name}-consul Meta package to pull consul related dependencies for patroni %package -n %{name}-etcd Summary: Related components to use patroni with etcd Requires: %{name} = %{epoch}:%{version}-%{release} -%if !0%{?suse_version} +%if !0%{?suse_version} && 0%{?rhel} != 10 Requires: %{python3_pkgprefix}-etcd >= 0.4.3 Requires: %{python3_pkgprefix}-dns %endif +%if 0%{?rhel} && 0%{?rhel} == 10 +Requires: python3-etcd >= 0.4.3 +Requires: python3-dns +%endif %if 0%{?suse_version} >= 1500 +Requires: %{python3_pkgprefix}-etcd >= 0.4.3 Requires: %{python3_pkgprefix}-dnspython %endif %description -n %{name}-etcd @@ -120,14 +137,24 @@ Meta package to pull etcd related dependencies for patroni %package -n %{name}-aws Summary: Related components to use patroni on AWS Requires: %{name} = %{epoch}:%{version}-%{release} +%if 0%{?rhel} != 10 Requires: %{python3_pkgprefix}-boto3 +%endif +%if 0%{?rhel} && 0%{?rhel} == 10 +Requires: python3-boto3 +%endif %description -n %{name}-aws Meta package to pull AWS related dependencies for patroni %package -n %{name}-zookeeper Summary: Related components to use patroni with Zookeeper Requires: %{name} = %{epoch}:%{version}-%{release} +%if 0%{?rhel} != 10 Requires: %{python3_pkgprefix}-kazoo >= 1.3.1 +%endif +%if 0%{?rhel} && 0%{?rhel} == 10 +Requires: python3-kazoo >= 1.3.1 +%endif %description -n %{name}-zookeeper Meta package to pull zookeeper related dependencies for patroni diff --git a/root/ppg/staging/15/percona-pg_cron/rpm/pg_cron.spec b/root/ppg/staging/15/percona-pg_cron/rpm/pg_cron.spec index 386eb239..5e6e4e25 100644 --- a/root/ppg/staging/15/percona-pg_cron/rpm/pg_cron.spec +++ b/root/ppg/staging/15/percona-pg_cron/rpm/pg_cron.spec @@ -33,19 +33,12 @@ Requires: postgresql%{pgmajorversion}-server Requires(post): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives -%if 0%{?suse_version} >= 1315 && 0%{?suse_version} <= 1499 -Requires: libopenssl1_0_0 -%else %if 0%{?suse_version} >= 1500 -Requires: libopenssl1_1 -%else -Requires: openssl-libs >= 1.0.2k -%endif +Requires: libopenssl3 +BuildRequires: libopenssl-3-devel %endif - -%if 0%{?suse_version} >= 1315 && 0%{?suse_version} <= 1499 -BuildRequires: libopenssl-devel -%else +%if 0%{?fedora} >= 41 || 0%{?rhel} >= 8 +Requires: openssl-libs >= 1.1.1k BuildRequires: openssl-devel %endif diff --git a/root/ppg/staging/15/percona-pgbackrest/debian/control b/root/ppg/staging/15/percona-pgbackrest/debian/control index 1c676ec8..ac6f20a8 100644 --- a/root/ppg/staging/15/percona-pgbackrest/debian/control +++ b/root/ppg/staging/15/percona-pgbackrest/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), libpq-dev, libssh2-1-dev, libssl-dev, + libsystemd-dev, libxml-checker-perl, libxml2-dev, libyaml-dev, diff --git a/root/ppg/staging/15/percona-pgbackrest/debian/debian.dsc b/root/ppg/staging/15/percona-pgbackrest/debian/debian.dsc index 01249fbd..3a8e7e4d 100644 --- a/root/ppg/staging/15/percona-pgbackrest/debian/debian.dsc +++ b/root/ppg/staging/15/percona-pgbackrest/debian/debian.dsc @@ -10,6 +10,7 @@ Build-Depends: debhelper-compat (= 10), libpq-dev, libssh2-1-dev, libssl-dev, + libsystemd-dev, libxml-checker-perl, libxml2-dev, libyaml-dev, diff --git a/root/ppg/staging/15/percona-pgvector/debian/compat b/root/ppg/staging/15/percona-pgvector/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/root/ppg/staging/15/percona-pgvector/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/root/ppg/staging/15/percona-pgvector/debian/control b/root/ppg/staging/15/percona-pgvector/debian/control index b3435610..6b48532e 100644 --- a/root/ppg/staging/15/percona-pgvector/debian/control +++ b/root/ppg/staging/15/percona-pgvector/debian/control @@ -3,7 +3,7 @@ Section: database Priority: optional Maintainer: Percona Development Team Build-Depends: - debhelper (>= 9), + debhelper-compat (= 13), percona-postgresql-server-dev-all (>= 153~), Standards-Version: 4.6.2 Rules-Requires-Root: no diff --git a/root/ppg/staging/15/percona-pgvector/rpm/percona-pgvector.spec b/root/ppg/staging/15/percona-pgvector/rpm/percona-pgvector.spec index bbbc6cc7..b062a8de 100644 --- a/root/ppg/staging/15/percona-pgvector/rpm/percona-pgvector.spec +++ b/root/ppg/staging/15/percona-pgvector/rpm/percona-pgvector.spec @@ -43,32 +43,26 @@ inner product, and cosine distance %package llvmjit Summary: Just-in-time compilation support for pgvector Requires: %{name}%{?_isa} = %{version}-%{release} -#%%if 0%%{?rhel} && 0%%{?rhel} == 7 -#%%ifarch aarch64 -#Requires: llvm-toolset-7.0-llvm >= 7.0.1 -#%%else -#Requires: llvm5.0 >= 5.0 -#%%endif -#%%endif + %if 0%{?suse_version} >= 1315 && 0%{?suse_version} <= 1499 BuildRequires: llvm6-devel clang6-devel -#Requires: llvm6 +Requires: llvm6 %endif %if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1600 BuildRequires: llvm17-devel clang17-devel clang17 llvm17 -#Requires: llvm17 +Requires: llvm17 %endif %if 0%{?suse_version} == 1600 BuildRequires: llvm19-devel clang19-devel clang19 llvm19 -#Requires: llvm19 +Requires: llvm19 %endif %if 0%{?suse_version} > 1600 BuildRequires: llvm-devel clang-devel clang llvm -#Requires: llvm +Requires: llvm %endif %if 0%{?fedora} || 0%{?rhel} >= 8 BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0 -#Requires: llvm >= 13.0 +Requires: llvm >= 19.0 %endif %description llvmjit diff --git a/root/ppg/staging/15/percona-postgresql-common/debian/compat b/root/ppg/staging/15/percona-postgresql-common/debian/compat deleted file mode 100644 index 48082f72..00000000 --- a/root/ppg/staging/15/percona-postgresql-common/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/root/ppg/staging/15/percona-postgresql-common/debian/control b/root/ppg/staging/15/percona-postgresql-common/debian/control index aeaf1665..c4d290f9 100644 --- a/root/ppg/staging/15/percona-postgresql-common/debian/control +++ b/root/ppg/staging/15/percona-postgresql-common/debian/control @@ -5,6 +5,7 @@ Maintainer: Percona Development Team Build-Depends: debhelper (>= 9), debhelper (>= 10.1) | dh-systemd (>= 1.19), + debhelper-compat (= 13), libreadline-dev, Package: percona-postgresql-common diff --git a/root/ppg/staging/15/percona-postgresql-common/debian/supported-versions b/root/ppg/staging/15/percona-postgresql-common/debian/supported-versions index 12209e16..e06657bf 100755 --- a/root/ppg/staging/15/percona-postgresql-common/debian/supported-versions +++ b/root/ppg/staging/15/percona-postgresql-common/debian/supported-versions @@ -89,6 +89,7 @@ ubuntu() { 21.04|21.10) /bin/echo -e "15" ;; 22.04|22.10) /bin/echo -e "15" ;; 24.04|24.10) /bin/echo -e "15" ;; + 26.04|26.10) /bin/echo -e "15" ;; *) echo "supported-versions: WARNING: Unknown Ubuntu release: $1" >&2 /bin/echo -e "$DEFAULT" ;; diff --git a/root/ppg/staging/15/percona-postgresql/debian/control b/root/ppg/staging/15/percona-postgresql/debian/control index debc4512..96fad522 100644 --- a/root/ppg/staging/15/percona-postgresql/debian/control +++ b/root/ppg/staging/15/percona-postgresql/debian/control @@ -7,7 +7,7 @@ Rules-Requires-Root: no Build-Depends: autoconf, bison, - clang [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !loong64 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32] , + clang [amd64 arm64 mips64el ppc64 ppc64el s390x] , debhelper-compat (= 13), dh-exec (>= 0.13~), docbook-xml, @@ -24,6 +24,7 @@ Build-Depends: liblz4-dev, libpam0g-dev | libpam-dev, libperl-dev, + libpq-dev , libreadline-dev, libselinux1-dev [linux-any], libssl-dev, @@ -32,7 +33,8 @@ Build-Depends: libxml2-utils, libxslt1-dev, libzstd-dev (>= 1.4.0) , - llvm-dev [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !loong64 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32] , + llvm-dev [amd64 arm64 mips64el ppc64 ppc64el s390x] , + lz4 | liblz4-tool, mawk, perl (>= 5.8), pkg-config | pkgconf, @@ -44,6 +46,7 @@ Build-Depends: uuid-dev, xsltproc, zlib1g-dev | libz-dev, + zstd (>= 1.4.0) , Homepage: http://www.postgresql.org/ Package: libpq-dev @@ -144,12 +147,11 @@ Depends: ssl-cert, tzdata, curl, - percona-pg-telemetry%!{PG_MAJOR_VERSION}, ${misc:Depends}, ${shlibs:Depends} Provides: percona-postgresql-contrib-%!{PG_MAJOR_VERSION}, postgresql-contrib-%!{PG_MAJOR_VERSION} (= ${binary:Version}), postgresql-%!{PG_MAJOR_VERSION} (= ${binary:Version}), - postgresql-%!{PG_MAJOR_VERSION}-jit-llvm (= ${llvm:Version}) [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !loong64 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32], -Recommends: sysstat + postgresql-%!{PG_MAJOR_VERSION}-jit-llvm (= ${llvm:Version}) [amd64 arm64 mips64el ppc64 ppc64el s390x], +Recommends: sysstat, percona-pg-telemetry%!{PG_MAJOR_VERSION} Description: The World's Most Advanced Open Source Relational Database PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL @@ -192,9 +194,9 @@ Package: percona-postgresql-server-dev-%!{PG_MAJOR_VERSION} Architecture: any Section: libdevel Depends: - clang-${llvm:Version} [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !loong64 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32] , + clang-${llvm:Version} [amd64 arm64 mips64el ppc64 ppc64el s390x] , libpq-dev (>= %!{PG_MAJOR_VERSION}~~), - llvm-${llvm:Version}-dev [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !loong64 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32] , + llvm-${llvm:Version}-dev [amd64 arm64 mips64el ppc64 ppc64el s390x] , percona-postgresql-client-%!{PG_MAJOR_VERSION}, percona-postgresql-common (>= 162~), ${misc:Depends}, ${shlibs:Depends} diff --git a/root/ppg/staging/15/percona-postgresql/debian/patches/extension_destdir b/root/ppg/staging/15/percona-postgresql/debian/patches/extension_destdir index 334941b4..2f0cb878 100644 --- a/root/ppg/staging/15/percona-postgresql/debian/patches/extension_destdir +++ b/root/ppg/staging/15/percona-postgresql/debian/patches/extension_destdir @@ -234,15 +234,16 @@ gettext_noop("Shows the name of the SSL library."), --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample -@@ -726,6 +726,8 @@ +@@ -726,7 +726,9 @@ # - Other Defaults - - + #dynamic_library_path = '$libdir' +#extension_destdir = '' # prepend path when loading extensions + # and shared objects (added by Debian) #gin_fuzzy_search_limit = 0 - - + #output_plugin_libraries = 'pgoutput, test_decoding' # approved plugins for logical decoding + + --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -280,6 +280,7 @@ extern PGDLLIMPORT char *ConfigFileName; diff --git a/root/ppg/staging/15/percona-postgresql/debian/rules b/root/ppg/staging/15/percona-postgresql/debian/rules index 3d26b70e..edd8d496 100755 --- a/root/ppg/staging/15/percona-postgresql/debian/rules +++ b/root/ppg/staging/15/percona-postgresql/debian/rules @@ -103,7 +103,7 @@ ifeq ($(call version_ge,11),y) endif endif -ifeq ($(call version_ge,16),y) +ifeq ($(call version_ge,15),y) CONFIGURE_FLAGS += --with-lz4 endif diff --git a/root/ppg/staging/15/percona-postgresql/rpm/percona-postgresql.spec b/root/ppg/staging/15/percona-postgresql/rpm/percona-postgresql.spec index 472c0776..575c09ec 100644 --- a/root/ppg/staging/15/percona-postgresql/rpm/percona-postgresql.spec +++ b/root/ppg/staging/15/percona-postgresql/rpm/percona-postgresql.spec @@ -1,4 +1,5 @@ %undefine _package_note_file +%global _default_patch_fuzz 2 %global pgmajorversion %!{PG_MAJOR_VERSION} @@ -337,12 +338,6 @@ Provides: postgresql-libs = %{pgmajorversion} libpq5 >= 10.0 Provides: postgresql-libs >= %{version}-%{release} Provides: %{sname}-libs = %{epoch}:%{version}-%{release} Provides: %{vname}-libs = %{epoch}:%{version}-%{release} -%if 0%{?rhel} == 10 -Conflicts: %{sname}-private-libs -Obsoletes: %{sname}-private-libs -Conflicts: postgresql18-private-libs -Obsoletes: postgresql18-private-libs -%endif Obsoletes: %{sname}-libs <= %{version}-%{release} Obsoletes: %{vname}-libs <= %{version}-%{release} @@ -394,6 +389,7 @@ Requires(postun): systemd %endif %endif Provides: postgresql-server >= %{version}-%{release} +Provides: group(postgres) user(postgres) Provides: %{vname}-server = %{epoch}:%{version}-%{release} Provides: %{sname}-server = %{epoch}:%{version}-%{release} Obsoletes: %{sname}-server <= %{version}-%{release} @@ -899,7 +895,7 @@ pushd doc/src; make all; popd %endif -%{__mkdir} -p %{buildroot}%{pgbaseinstdir}/share/extensions/ +%{__mkdir} -p %{buildroot}%{pgbaseinstdir}/share/extension/ %{__make} -C contrib DESTDIR=%{buildroot} install %if %uuid %{__make} -C contrib/uuid-ossp DESTDIR=%{buildroot} install @@ -1104,8 +1100,6 @@ if [ $1 -eq 1 ] ; then %if %{systemd_enabled} /bin/systemctl daemon-reload >/dev/null 2>&1 || : %systemd_post %{sname}-%{pgpackageversion}.service - %else - chkconfig --add %{sname}-%{pgpackageversion} %endif fi @@ -1279,7 +1273,9 @@ fi %{pgbaseinstdir}/share/man/man1/pg_dump.* %{pgbaseinstdir}/share/man/man1/pg_dumpall.* %{pgbaseinstdir}/share/man/man1/pg_isready.* +%{pgbaseinstdir}/share/man/man1/pg_receivewal.* %{pgbaseinstdir}/share/man/man1/pg_restore.* +%{pgbaseinstdir}/share/man/man1/pg_waldump.* %{pgbaseinstdir}/share/man/man1/psql.* %{pgbaseinstdir}/share/man/man1/reindexdb.* %{pgbaseinstdir}/share/man/man1/vacuumdb.* @@ -1340,7 +1336,9 @@ fi %{pgbaseinstdir}/lib/old_snapshot.so %{pgbaseinstdir}/lib/pageinspect.so %{pgbaseinstdir}/lib/passwordcheck.so +%if %ssl %{pgbaseinstdir}/lib/pgcrypto.so +%endif %{pgbaseinstdir}/lib/pgrowlocks.so %{pgbaseinstdir}/lib/pgstattuple.so %{pgbaseinstdir}/lib/pg_buffercache.so @@ -1410,7 +1408,9 @@ fi %{pgbaseinstdir}/share/extension/pg_trgm* %{pgbaseinstdir}/share/extension/pg_visibility* %{pgbaseinstdir}/share/extension/pg_walinspect* +%if %ssl %{pgbaseinstdir}/share/extension/pgcrypto* +%endif %{pgbaseinstdir}/share/extension/pgrowlocks* %{pgbaseinstdir}/share/extension/pgstattuple* %{pgbaseinstdir}/share/extension/postgres_fdw* @@ -1489,13 +1489,11 @@ fi %{pgbaseinstdir}/share/man/man1/pg_controldata.* %{pgbaseinstdir}/share/man/man1/pg_ctl.* %{pgbaseinstdir}/share/man/man1/pg_resetwal.* -%{pgbaseinstdir}/share/man/man1/pg_receivewal.* %{pgbaseinstdir}/share/man/man1/pg_rewind.1 %{pgbaseinstdir}/share/man/man1/pg_test_fsync.1 %{pgbaseinstdir}/share/man/man1/pg_test_timing.1 %{pgbaseinstdir}/share/man/man1/pg_upgrade.1 %{pgbaseinstdir}/share/man/man1/pg_verifybackup.* -%{pgbaseinstdir}/share/man/man1/pg_waldump.1 %{pgbaseinstdir}/share/man/man1/postgres.* %{pgbaseinstdir}/share/man/man1/postmaster.* %{pgbaseinstdir}/share/postgres.bki @@ -1583,6 +1581,7 @@ fi %if %plpython3 %files plpython3 -f pg_plpython3.lst +%defattr(-,root,root) %dir %{pgbaseinstdir}/share/locale %{pgbaseinstdir}/share/extension/plpython3* %{pgbaseinstdir}/lib/plpython3.so