Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4612e2fc3a | ||
|
|
34700e63c8 | ||
|
|
fd5a04f8ed | ||
|
|
644f31c5d0 |
9 changed files with 32 additions and 63 deletions
|
|
@ -1 +0,0 @@
|
||||||
1
|
|
||||||
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -26,3 +26,11 @@
|
||||||
/postgresql-17.9.tar.bz2.sha256
|
/postgresql-17.9.tar.bz2.sha256
|
||||||
/postgresql-16.13.tar.bz2.sha256
|
/postgresql-16.13.tar.bz2.sha256
|
||||||
/postgresql-setup-8.12.tar.gz
|
/postgresql-setup-8.12.tar.gz
|
||||||
|
/postgresql-17.10.tar.bz2
|
||||||
|
/postgresql-16.14.tar.bz2
|
||||||
|
/postgresql-17.10.tar.bz2.sha256
|
||||||
|
/postgresql-16.14.tar.bz2.sha256
|
||||||
|
/postgresql-17.11.tar.bz2
|
||||||
|
/postgresql-16.15.tar.bz2
|
||||||
|
/postgresql-17.11.tar.bz2.sha256
|
||||||
|
/postgresql-16.15.tar.bz2.sha256
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 1.15.0.post1.dev2+g8f2adf816.
|
The file was generated using packit 1.16.2.post1.dev8+g69d783e81.
|
||||||
|
|
|
||||||
10
ci.fmf
Normal file
10
ci.fmf
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
/test:
|
||||||
|
summary:
|
||||||
|
Basic set of quick tests for postgresql.
|
||||||
|
discover:
|
||||||
|
- name: fedora
|
||||||
|
how: fmf
|
||||||
|
url: "https://src.fedoraproject.org/tests/postgresql.git"
|
||||||
|
ref: main
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
17
gating.yaml
17
gating.yaml
|
|
@ -1,17 +0,0 @@
|
||||||
# Branched Fedora (non-Rawhide)
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_testing
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
|
||||||
|
|
||||||
# Rawhide Fedora
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_stable
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/tests/postgresql
|
|
||||||
name: /plans/versioned/postgresql17
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
diff -Naur postgresql-17.9/src/backend/utils/misc/postgresql.conf.sample postgresql-17.9_patched/src/backend/utils/misc/postgresql.conf.sample
|
|
||||||
--- postgresql-17.9/src/backend/utils/misc/postgresql.conf.sample 2026-02-23 22:58:47.000000000 +0100
|
|
||||||
+++ postgresql-17.9_patched/src/backend/utils/misc/postgresql.conf.sample 2026-05-12 11:35:30.531633102 +0200
|
|
||||||
@@ -110,7 +110,7 @@
|
|
||||||
#ssl_crl_file = ''
|
|
||||||
#ssl_crl_dir = ''
|
|
||||||
#ssl_key_file = 'server.key'
|
|
||||||
-#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
|
|
||||||
+ssl_ciphers = 'PROFILE=SYSTEM' # allowed SSL ciphers, default: 'HIGH:MEDIUM:+3DES:!aNULL'
|
|
||||||
#ssl_prefer_server_ciphers = on
|
|
||||||
#ssl_ecdh_curve = 'prime256v1'
|
|
||||||
#ssl_min_protocol_version = 'TLSv1.2'
|
|
||||||
|
|
@ -47,8 +47,8 @@
|
||||||
|
|
||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: %{majorname}%{majorversion}
|
Name: %{majorname}%{majorversion}
|
||||||
Version: %{majorversion}.9
|
Version: %{majorversion}.11
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
|
|
@ -60,7 +60,7 @@ Url: http://www.postgresql.org/
|
||||||
# that this be kept up with the latest minor release of the previous series;
|
# that this be kept up with the latest minor release of the previous series;
|
||||||
# but update when bugs affecting pg_dump output are fixed.
|
# but update when bugs affecting pg_dump output are fixed.
|
||||||
%global prevmajorversion 16
|
%global prevmajorversion 16
|
||||||
%global prevversion %{prevmajorversion}.13
|
%global prevversion %{prevmajorversion}.15
|
||||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||||
|
|
||||||
|
|
@ -95,7 +95,6 @@ Patch9: postgresql-server-pg_config.patch
|
||||||
# rhbz#1940964
|
# rhbz#1940964
|
||||||
Patch10: postgresql-datalayout-mismatch-on-s390.patch
|
Patch10: postgresql-datalayout-mismatch-on-s390.patch
|
||||||
Patch12: postgresql-no-libecpg.patch
|
Patch12: postgresql-no-libecpg.patch
|
||||||
Patch13: postgresql-default-ssl-config.patch
|
|
||||||
|
|
||||||
# This macro is used for package names in the files section
|
# This macro is used for package names in the files section
|
||||||
%if %?postgresql_default
|
%if %?postgresql_default
|
||||||
|
|
@ -521,7 +520,6 @@ goal of accelerating analytics queries.
|
||||||
%endif
|
%endif
|
||||||
%patch 9 -p1
|
%patch 9 -p1
|
||||||
%patch 10 -p1
|
%patch 10 -p1
|
||||||
%patch 13 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%if ! %external_libpq
|
%if ! %external_libpq
|
||||||
|
|
@ -1356,26 +1354,13 @@ make -C postgresql-setup-%{setup_version} check
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 24 2026 Python Maint <python-maint@redhat.com> - 17.9-9
|
* Thu Aug 13 2026 Packit <hello@packit.dev> - 17.11-1
|
||||||
- Rebuilt for Python 3.15.0b4 ABI change
|
- Update to version 17.11
|
||||||
|
- Resolves: rhbz#2515355
|
||||||
|
|
||||||
* Thu Jul 23 2026 Jitka Plesnikova <jplesnik@redhat.com> - 17.9-8
|
* Thu May 14 2026 Packit <hello@packit.dev> - 17.10-1
|
||||||
- Perl 5.44 rebuild
|
- Update to version 17.10
|
||||||
|
- Resolves: rhbz#2477453
|
||||||
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 17.9-7
|
|
||||||
- Rebuilt for Python 3.15.0b4 ABI change
|
|
||||||
|
|
||||||
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 17.9-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 08 2026 František Zatloukal <fzatlouk@redhat.com> - 17.9-5
|
|
||||||
- Rebuilt for icu 78.3
|
|
||||||
|
|
||||||
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 17.9-4
|
|
||||||
- Rebuilt for Python 3.15
|
|
||||||
|
|
||||||
* Tue May 12 2026 Pavol Sloboda <psloboda@redhat.com> - 17.9-3
|
|
||||||
- Release bump
|
|
||||||
|
|
||||||
* Fri Apr 24 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 17.9-2
|
* Fri Apr 24 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 17.9-2
|
||||||
- Update postgresql-setup to 8.12
|
- Update postgresql-setup to 8.12
|
||||||
|
|
|
||||||
8
sources
8
sources
|
|
@ -1,5 +1,5 @@
|
||||||
SHA512 (postgresql-17.9.tar.bz2) = 2b9c9ca9d765704895ec4af4107accead2ba3f3ce8bc87eed29fd020cf97b53a49a7d3eb9fa1242a7c430fe2f7e1be726f1ad67557ded2fe8b31b9d8fe659fbf
|
SHA512 (postgresql-17.11.tar.bz2) = caf6acf22d21856d95899cf6f2b7bd2ad8018e6d32d59fe28b3010edb1faf259124fee4a163f8d0a9e5307e12b98287266e040ff6cfc0b1f60e65b96e10458b2
|
||||||
SHA512 (postgresql-16.13.tar.bz2) = 3ea11b81ce55be5c3c169f0c94ddfa9debae6b3cbe7407086ba3a602fad7668900c2838d4d4488c671b2ccc670a9cd288ece90e42ecf8de953df6b4e103d286d
|
SHA512 (postgresql-16.15.tar.bz2) = 093dd8b8968560b4dc7cef670dcb9d2eaa54befc835b5c631714003525e58f0362fabebef5a996a3c70ad69b9c5c62d8210f3debac7d90b22df4186814c0151f
|
||||||
SHA512 (postgresql-setup-8.12.tar.gz) = 9a921e8806e87891f6573d009d41800b4bde8b64e78813cdfcdb15cc7ca9b4f21cd2681becf82e881c7e99590a4d17dfe04aa868b7dd6d134feff719a2806344
|
SHA512 (postgresql-setup-8.12.tar.gz) = 9a921e8806e87891f6573d009d41800b4bde8b64e78813cdfcdb15cc7ca9b4f21cd2681becf82e881c7e99590a4d17dfe04aa868b7dd6d134feff719a2806344
|
||||||
SHA512 (postgresql-17.9.tar.bz2.sha256) = 49f14982c807ae48fac40aa4a8cb0b04f7ba8fb7546fbf922992f3a38026cde53db33f4932d7e76c4105c8c04d438db43da31ddda844e56c26f0d6be80701cb4
|
SHA512 (postgresql-17.11.tar.bz2.sha256) = 93c0d838d15b92ee995c715f26f0d00129b144086d99d9c661b58cea07e9f33d7ac957a9b3ac1f4e4cff01295897526afea8818ba21a07fa8ae5b75433fb88f6
|
||||||
SHA512 (postgresql-16.13.tar.bz2.sha256) = 0be6cc3fc1f0d358b63288f0f8029932ad90c1fc8d98867cc07e9d832c14228835d66f747c2105db7a7455976f5654a8592bb0b1de3baf91163fa108d8325ea6
|
SHA512 (postgresql-16.15.tar.bz2.sha256) = 316f72639b7db8e64d0bf0f64b90c0cf6e28c25df1fc8b136866533d2e8f3146743d78e73ec58e3767c6374488bb2eb516c2dbfcccabe8f278fe427cec4db326
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue