import postgresql-12.9-1.module+el8.5.0+13373+4554acc4

This commit is contained in:
CentOS Sources 2021-12-21 04:12:40 -05:00 committed by Stepan Oksanichenko
parent d7479c1a32
commit 611e80f4d0
5 changed files with 11 additions and 7 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-10.17.tar.bz2
SOURCES/postgresql-12.7-US.pdf
SOURCES/postgresql-12.7.tar.bz2
SOURCES/postgresql-12.9-US.pdf
SOURCES/postgresql-12.9.tar.bz2
SOURCES/postgresql-setup-8.4.tar.gz

View File

@ -1,4 +1,4 @@
479ec3bf2882a3188dd16ec92169c67e78995400 SOURCES/postgresql-10.17.tar.bz2
704751c856874dd4f845b536fcefeacb25c96607 SOURCES/postgresql-12.7-US.pdf
e7071caed1f31a0b6d7579ea66e00342e8ebe146 SOURCES/postgresql-12.7.tar.bz2
5d4ff6d35b993626da2d4b98ea4224a9d6a8894a SOURCES/postgresql-12.9-US.pdf
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
f2112500abf4365fe968f1a7983fe174cca9e6f9 SOURCES/postgresql-setup-8.4.tar.gz

View File

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

View File

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

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

@ -59,8 +59,8 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 12
Version: %{majorversion}.7
Release: 2%{?dist}
Version: %{majorversion}.9
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.
@ -1223,6 +1223,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon Nov 15 2021 Filip Januš <fjanus@redhat.com> - 12.9-1
- Update to 12.9
- Resolves: #2024677
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 12.7-2
- Enable ssl for upgrade server
Resolves: #1981518