import Oracle_OSS postgresql-15.17-1.module+el9.7.0+90829+0e33913e
This commit is contained in:
parent
c888712e63
commit
ae7e00c005
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
SOURCES/postgresql-13.22.tar.bz2
|
||||
SOURCES/postgresql-15.15-US.pdf
|
||||
SOURCES/postgresql-15.15.tar.bz2
|
||||
SOURCES/postgresql-15.17-US.pdf
|
||||
SOURCES/postgresql-15.17.tar.bz2
|
||||
SOURCES/postgresql-setup-8.8.tar.gz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
3a5f8f2a4e889c395db905147be40dc1f8192fa4 SOURCES/postgresql-13.22.tar.bz2
|
||||
74d630b75283a482a1b765f7b442e8c5f5465313 SOURCES/postgresql-15.15-US.pdf
|
||||
8833e4dd4ff75186451415bf61cd5f1d60078d50 SOURCES/postgresql-15.15.tar.bz2
|
||||
107aafb7c57a5db50d1aee92a211d648b427e4da SOURCES/postgresql-15.17-US.pdf
|
||||
09a3926425707ffcf1dd7a5bae8869f921659c13 SOURCES/postgresql-15.17.tar.bz2
|
||||
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
5753aaeb8b09cbf61016f78aa69bf5cbdf01b43263f010cbf168c82896213aaa postgresql-15.15.tar.bz2
|
||||
1
SOURCES/postgresql-15.17.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.17.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
ae14f24c14727e0b2ded1c5553031666099bd1054db3ef44bfa6e2bd6d554a56 postgresql-15.17.tar.bz2
|
||||
@ -62,8 +62,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 15
|
||||
Version: %{majorversion}.15
|
||||
Release: 2%{?dist}
|
||||
Version: %{majorversion}.17
|
||||
Release: 1%{?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.
|
||||
@ -1238,6 +1238,10 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 26 2026 Lukas Javorsky <ljavorsk@redhat.com> - 15.17-1
|
||||
- Update to 15.17
|
||||
- Fixes: CVE-2026-2004 CVE-2026-2005 CVE-2026-2006
|
||||
|
||||
* Fri Dec 05 2025 Filip Janus <fjanus@redhat.com> - 15.15-2
|
||||
- Add sysusers configuration and generate tmpfiles.d dynamically
|
||||
- Resolves: RHEL-133896
|
||||
|
||||
Loading…
Reference in New Issue
Block a user