Rebase postgresql16 from 16.13 to 16.14
Rebase postgresql16 from version 16.13 to 16.14. Updated the source tarball and checksums for the new upstream release. Added BuildRequires: perl(FindBin) to fix a build failure caused by FindBin being split out from core Perl in Perl 5.40 (used by gen_node_support.pl and genbki.pl during the build). The previous version (13.23) used for upgrades remains unchanged. Resolves: RHEL-208694 This commit was created by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir
This commit is contained in:
parent
a9051f9388
commit
878eb75296
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,3 +25,5 @@
|
||||
/postgresql-16.12.tar.bz2.sha256
|
||||
/postgresql-13.23.tar.bz2
|
||||
/postgresql-13.23.tar.bz2.sha256
|
||||
/postgresql-16.14.tar.bz2
|
||||
/postgresql-16.14.tar.bz2.sha256
|
||||
|
||||
@ -47,8 +47,8 @@
|
||||
|
||||
Summary: PostgreSQL client programs
|
||||
Name: %{majorname}%{majorversion}
|
||||
Version: %{majorversion}.13
|
||||
Release: 2%{?dist}
|
||||
Version: %{majorversion}.14
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
# recognizes it as an independent license, so we do as well.
|
||||
@ -112,6 +112,7 @@ BuildRequires: libzstd-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk
|
||||
BuildRequires: perl(ExtUtils::Embed), perl-devel
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(Opcode)
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
BuildRequires: perl-generators
|
||||
@ -1349,6 +1350,11 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2026 RHEL Packaging Agent <redhat-ymir-agent@redhat.com> - 16.14-1
|
||||
- Update to 16.14
|
||||
- Add BuildRequires: perl(FindBin) for Perl 5.40 compatibility
|
||||
- Resolves: RHEL-208694
|
||||
|
||||
* Mon Mar 16 2026 Nikola Davidova <ndavidov@redhat.com> - 16.13-2
|
||||
- Release bump for bash-profile fix for imagemode
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (postgresql-16.13.tar.bz2) = 3ea11b81ce55be5c3c169f0c94ddfa9debae6b3cbe7407086ba3a602fad7668900c2838d4d4488c671b2ccc670a9cd288ece90e42ecf8de953df6b4e103d286d
|
||||
SHA512 (postgresql-16.13.tar.bz2.sha256) = 0be6cc3fc1f0d358b63288f0f8029932ad90c1fc8d98867cc07e9d832c14228835d66f747c2105db7a7455976f5654a8592bb0b1de3baf91163fa108d8325ea6
|
||||
SHA512 (postgresql-16.14.tar.bz2) = 68264c1f0090dc4f4d83c541dc76078add3a76ca3bca87a9c30fe1152632002c673296d9e3b940f796f82cf4bca288432875be89928cb94265eb50c4d1079ea0
|
||||
SHA512 (postgresql-16.14.tar.bz2.sha256) = e0f231a7cca96d22bb500a4590a48b1304c3f4524fd4fa4500bc79c3484f0d95d5f82d3299617f55fb9c8c20eac786ca07b4a57edc035a17ef1160b6ab48caa5
|
||||
SHA512 (postgresql-13.23.tar.bz2) = 9589fe26d874eb91244b7325d997d5e54e93d61a13f63b7e9ef247c0ca6c8ade420487303295010b0c45d7775b64da076a2af14bdcb7a03702d06b5edf159c39
|
||||
SHA512 (postgresql-13.23.tar.bz2.sha256) = f4ef1da9ffbce1db074d2a76c87710d57139f013c8c43b7045eb986ec0c11219c5b72227fdc3765073733b694bcb25637797905c171003912944bb8110d322e5
|
||||
SHA512 (postgresql-setup-8.9.tar.gz) = 118e9ebf858722a38b0e90324bc1b49fc7058cda601ca0a7e78c94e7b95e89d6dbbc46f377626364b068614ced3cde3cb4733973ad2d71bf17892ad773657ef7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user