Fix update to 15.8

Resolves: RHEL-36023
This commit is contained in:
Ales Nezbeda 2024-08-16 14:00:31 +02:00
parent 2cbf9864c0
commit bcf6dadbd0

View File

@ -63,7 +63,7 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 15
Version: %{majorversion}.8
Release: 1%{?dist}
Release: 2%{?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.
@ -1087,6 +1087,7 @@ make -C postgresql-setup-%{setup_version} check
%{_datadir}/pgsql/system_constraints.sql
%{_datadir}/pgsql/system_functions.sql
%{_datadir}/pgsql/system_views.sql
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
%{_datadir}/pgsql/timezonesets/
%{_datadir}/pgsql/tsearch_data/
%dir %{_datadir}/postgresql-setup
@ -1227,6 +1228,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Fri Aug 16 2024 Ales Nezbeda <anezbeda@redhat.com> - 15.8-2
- Fix build on 15.8
* Tue Aug 6 2024 Filip Janus <fjanus@redhat.com> - 15.8-1
- Update to 15.8