|
|
@ -62,7 +62,7 @@
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
Summary: PostgreSQL client programs
|
|
|
|
Name: postgresql
|
|
|
|
Name: postgresql
|
|
|
|
%global majorversion 15
|
|
|
|
%global majorversion 15
|
|
|
|
Version: %{majorversion}.8
|
|
|
|
Version: %{majorversion}.10
|
|
|
|
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}.16
|
|
|
|
%global prevversion %{prevmajorversion}.18
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
@ -84,10 +84,9 @@ Url: http://www.postgresql.org/
|
|
|
|
%global service_name postgresql.service
|
|
|
|
%global service_name postgresql.service
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
|
|
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
|
|
# The PDF file is generated by generate-pdf.sh, which see for comments
|
|
|
|
# PDF can be downloaded from the upstream
|
|
|
|
|
|
|
|
# Don't forget to rename the PDF file with the full version prefix (e.g. postgresql-15.10-US.pdf)
|
|
|
|
Source1: postgresql-%{version}-US.pdf
|
|
|
|
Source1: postgresql-%{version}-US.pdf
|
|
|
|
# generate-pdf.sh is not used during RPM build, but include for documentation
|
|
|
|
|
|
|
|
Source2: generate-pdf.sh
|
|
|
|
|
|
|
|
Source3: https://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2
|
|
|
|
Source3: https://ftp.postgresql.org/pub/source/v%{prevversion}/postgresql-%{prevversion}.tar.bz2
|
|
|
|
Source4: Makefile.regress
|
|
|
|
Source4: Makefile.regress
|
|
|
|
Source9: postgresql.tmpfiles.d
|
|
|
|
Source9: postgresql.tmpfiles.d
|
|
|
@ -1227,6 +1226,10 @@ make -C postgresql-setup-%{setup_version} check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 21 2024 Lukas Javorsky <ljavorsk@redhat.com> - 15.10-1
|
|
|
|
|
|
|
|
- Update to 15.10
|
|
|
|
|
|
|
|
- Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 15.8-1
|
|
|
|
* Mon Aug 12 2024 Ales Nezbeda <anezbeda@redhat.com> - 15.8-1
|
|
|
|
- Update to 15.8
|
|
|
|
- Update to 15.8
|
|
|
|
- Fix CVE-2024-7348
|
|
|
|
- Fix CVE-2024-7348
|
|
|
|