|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
|
Name: postgresql
|
|
|
|
|
%global majorversion 12
|
|
|
|
|
Version: %{majorversion}.12
|
|
|
|
|
Version: %{majorversion}.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
|
|
|
@ -72,11 +72,11 @@ Url: http://www.postgresql.org/
|
|
|
|
|
# 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 prevmajorversion 10
|
|
|
|
|
%global prevversion %{prevmajorversion}.21
|
|
|
|
|
%global prevversion %{prevmajorversion}.23
|
|
|
|
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
|
|
|
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
|
|
|
|
|
|
|
|
|
%global setup_version 8.6
|
|
|
|
|
%global setup_version 8.7
|
|
|
|
|
|
|
|
|
|
%global service_name postgresql.service
|
|
|
|
|
|
|
|
|
@ -1225,18 +1225,18 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 12.12-1
|
|
|
|
|
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 12.15-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2023 Dominik Rehák <drehak@redhat.com> - 12.15-1
|
|
|
|
|
- Update to version 12.15
|
|
|
|
|
- Update postgresql-setup to 8.7 (https://github.com/devexp-db/postgresql-setup/pull/35)
|
|
|
|
|
- Resolves: #2214583
|
|
|
|
|
|
|
|
|
|
* Fri Sep 30 2022 Filip Januš <fjanus@redhat.com> - 12.12-1
|
|
|
|
|
- Resolves: #2131177
|
|
|
|
|
- Resolves: #2114732
|
|
|
|
|
- Update to version 12.12
|
|
|
|
|
|
|
|
|
|
* Thu May 19 2022 Filip Januš <fjanus@redhat.com> - 12.11-2
|
|
|
|
|
- Resolves: CVE-2022-1552
|
|
|
|
|
- Release bump due to wrongly reported CVE of libpq
|
|
|
|
|
Build after reverted changes in libpq package
|
|
|
|
|
|
|
|
|
|
* Mon May 16 2022 Filip Januš <fjanus@redhat.com> - 12.11-1
|
|
|
|
|
- Resolves: CVE-2022-1552
|
|
|
|
|
- Update to 12.11
|
|
|
|
|