|
|
@ -62,7 +62,7 @@
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
Name: postgresql
|
|
|
|
Name: postgresql
|
|
|
|
%global majorversion 15
|
|
|
|
%global majorversion 15
|
|
|
|
Version: %{majorversion}.6
|
|
|
|
Version: %{majorversion}.8
|
|
|
|
Release: 1%{?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
|
|
|
@ -75,7 +75,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 13
|
|
|
|
%global prevmajorversion 13
|
|
|
|
%global prevversion %{prevmajorversion}.14
|
|
|
|
%global prevversion %{prevmajorversion}.16
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
@ -1084,6 +1084,7 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
%{_datadir}/pgsql/snowball_create.sql
|
|
|
|
%{_datadir}/pgsql/snowball_create.sql
|
|
|
|
%{_datadir}/pgsql/sql_features.txt
|
|
|
|
%{_datadir}/pgsql/sql_features.txt
|
|
|
|
%{_datadir}/pgsql/system_constraints.sql
|
|
|
|
%{_datadir}/pgsql/system_constraints.sql
|
|
|
|
|
|
|
|
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
|
|
|
|
%{_datadir}/pgsql/system_functions.sql
|
|
|
|
%{_datadir}/pgsql/system_functions.sql
|
|
|
|
%{_datadir}/pgsql/system_views.sql
|
|
|
|
%{_datadir}/pgsql/system_views.sql
|
|
|
|
%{_datadir}/pgsql/timezonesets/
|
|
|
|
%{_datadir}/pgsql/timezonesets/
|
|
|
@ -1226,6 +1227,9 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 6 2024 Filip Janus <fjanus@redhat.com> - 15.8-1
|
|
|
|
|
|
|
|
- Update to 15.8
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> 15.6-1
|
|
|
|
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> 15.6-1
|
|
|
|
- Update to 15.6 and 13.14
|
|
|
|
- Update to 15.6 and 13.14
|
|
|
|
- Fix CVE-2024-0985
|
|
|
|
- Fix CVE-2024-0985
|
|
|
|