import CS postgresql-15.12-1.module_el9_5+1199+0a6782cc

This commit is contained in:
eabdullin 2025-02-21 07:30:27 +00:00
parent 1f35a24075
commit 4f94d7c545
7 changed files with 19 additions and 16 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/postgresql-13.18.tar.bz2
SOURCES/postgresql-15.10-US.pdf
SOURCES/postgresql-15.10.tar.bz2
SOURCES/postgresql-13.20.tar.bz2
SOURCES/postgresql-15.12-US.pdf
SOURCES/postgresql-15.12.tar.bz2
SOURCES/postgresql-setup-8.8.tar.gz

View File

@ -1,4 +1,4 @@
e314353cf318ce5e33dfb73a91cd2ac9553c9885 SOURCES/postgresql-13.18.tar.bz2
5aa7dc224b0a53f36ec6d3a76680a1287042b047 SOURCES/postgresql-15.10-US.pdf
a5547e3dd549cbaf8b6f0bf47996edeaad9d0c6a SOURCES/postgresql-15.10.tar.bz2
e56b335306a0dd446987c35dba655427dfcc325c SOURCES/postgresql-13.20.tar.bz2
9d12f656c463abfd9b95c806be95d37ae71a0671 SOURCES/postgresql-15.12-US.pdf
e324936f043bca125f3b12bef2919e5183118400 SOURCES/postgresql-15.12.tar.bz2
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz

View File

@ -1 +0,0 @@
ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1 postgresql-13.18.tar.bz2

View File

@ -0,0 +1 @@
8134b685724d15e60d93bea206fbe0f14c8295e84f1cc91d5a3928163e4fb288 postgresql-13.20.tar.bz2

View File

@ -1 +0,0 @@
55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573 postgresql-15.10.tar.bz2

View File

@ -0,0 +1 @@
3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7 postgresql-15.12.tar.bz2

View File

@ -62,7 +62,7 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 15
Version: %{majorversion}.10
Version: %{majorversion}.12
Release: 1%{?dist}
# 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;
# but update when bugs affecting pg_dump output are fixed.
%global prevmajorversion 13
%global prevversion %{prevmajorversion}.18
%global prevversion %{prevmajorversion}.20
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
@ -416,15 +416,15 @@ goal of accelerating analytics queries.
%endif
)
%setup -q -a 12 -n postgresql-%{version}
%patch1 -p1
%patch2 -p1
%patch5 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 5 -p1
%if %external_libpq
%patch8 -p1
%patch -P 8 -p1
%else
%patch12 -p1
%patch -P 12 -p1
%endif
%patch9 -p1
%patch -P 9 -p1
# We used to run autoconf here, but there's no longer any real need to,
# since Postgres ships with a reasonably modern configure script.
@ -1227,6 +1227,9 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Thu Feb 20 2025 Ales Nezbeda <anezbeda@redhat.com> - 15.12-1
- Update to 15.12
* Fri 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