import postgresql-13.5-1.module+el8.5.0+13344+8c0fd184

This commit is contained in:
CentOS Sources 2021-12-21 04:12:58 -05:00 committed by Stepan Oksanichenko
parent 15c9ee9e2d
commit 674b81b6c3
7 changed files with 15 additions and 11 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-12.7.tar.bz2
SOURCES/postgresql-13.3-US.pdf
SOURCES/postgresql-13.3.tar.bz2
SOURCES/postgresql-12.9.tar.bz2
SOURCES/postgresql-13.5-US.pdf
SOURCES/postgresql-13.5.tar.bz2
SOURCES/postgresql-setup-8.5.tar.gz

View File

@ -1,4 +1,4 @@
e7071caed1f31a0b6d7579ea66e00342e8ebe146 SOURCES/postgresql-12.7.tar.bz2
0f1150c6be91f6fcfdd4d98b506da4f98c422534 SOURCES/postgresql-13.3-US.pdf
7a775f95367613ed5f7e4cd632586f9628475a92 SOURCES/postgresql-13.3.tar.bz2
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
385045e9682000e631841889ba22898a6328d5ed SOURCES/postgresql-13.5-US.pdf
9321e2b01d1ffb15adae06945cb2c5f9dd671bc9 SOURCES/postgresql-13.5.tar.bz2
3f6ff4a7c424f15034b35380a8669b52d7fb3940 SOURCES/postgresql-setup-8.5.tar.gz

View File

@ -1 +0,0 @@
8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 postgresql-12.7.tar.bz2

View File

@ -0,0 +1 @@
89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce postgresql-12.9.tar.bz2

View File

@ -1 +0,0 @@
3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 postgresql-13.3.tar.bz2

View File

@ -0,0 +1 @@
9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 postgresql-13.5.tar.bz2

10
SPECS/postgresql.spec Normal file → Executable file
View File

@ -59,8 +59,8 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.3
Release: 2%{?dist}
Version: %{majorversion}.5
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.
@ -71,7 +71,7 @@ Url: http://www.postgresql.org/
# in-place upgrade of an old database. In most cases it will not be critical
# that this be kept up with the latest minor release of the previous series;
# but update when bugs affecting pg_dump output are fixed.
%global prevversion 12.7
%global prevversion 12.9
%global prevmajorversion 12
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
@ -1225,6 +1225,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon Nov 15 2021 Filip Januš <fjanus@redhat.com> - 13.5-1
- Update to 13.5
- Resolves: #2024608
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 13.3-2
- Enable ssl for upgrade server
Resolves: #1982697