import UBI postgresql-16.6-1.module+el9.5.0+22557+8cb08ba5
This commit is contained in:
parent
ee6b2fca95
commit
ea4ffcc294
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/postgresql-15.5.tar.bz2
|
||||
SOURCES/postgresql-16.1.tar.bz2
|
||||
SOURCES/postgresql-15.10.tar.bz2
|
||||
SOURCES/postgresql-16.6.tar.bz2
|
||||
SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
4decf90a7557c41fc61312e8696f59e0f7123d2a SOURCES/postgresql-15.8.tar.bz2
|
||||
fe7169014b49d9c191fd181893b233b3accf5c07 SOURCES/postgresql-16.4.tar.bz2
|
||||
ba5d21f1d9c02e2c21976e76bd3ded0f64988e01 SOURCES/postgresql-setup-8.9.tar.gz
|
||||
a5547e3dd549cbaf8b6f0bf47996edeaad9d0c6a SOURCES/postgresql-15.10.tar.bz2
|
||||
4213fa91ab843ad5956aa54bfa30adc4a6466561 SOURCES/postgresql-16.6.tar.bz2
|
||||
25a05ef36218b1de80d8eeb55f4b4e0b723bd7f6 SOURCES/postgresql-setup-8.9.tar.gz
|
||||
|
1
SOURCES/postgresql-15.10.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.10.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573 postgresql-15.10.tar.bz2
|
@ -1 +0,0 @@
|
||||
8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6 postgresql-15.5.tar.bz2
|
@ -1 +0,0 @@
|
||||
ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec postgresql-16.1.tar.bz2
|
1
SOURCES/postgresql-16.6.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-16.6.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b postgresql-16.6.tar.bz2
|
@ -62,7 +62,7 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 16
|
||||
Version: %{majorversion}.4
|
||||
Version: %{majorversion}.6
|
||||
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 15
|
||||
%global prevversion %{prevmajorversion}.8
|
||||
%global prevversion %{prevmajorversion}.10
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
@ -111,6 +111,7 @@ Patch12: postgresql-no-libecpg.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: lz4-devel, libzstd-devel
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk
|
||||
BuildRequires: perl(ExtUtils::Embed), perl-devel
|
||||
BuildRequires: perl(Opcode)
|
||||
@ -482,6 +483,8 @@ export CFLAGS
|
||||
|
||||
common_configure_options='
|
||||
--disable-rpath
|
||||
--with-lz4
|
||||
--with-zstd
|
||||
%if %beta
|
||||
--enable-debug
|
||||
--enable-cassert
|
||||
@ -610,6 +613,8 @@ upgrade_configure ()
|
||||
--host=%{_host} \
|
||||
--prefix=%prev_prefix \
|
||||
--disable-rpath \
|
||||
--with-lz4 \
|
||||
--with-zstd \
|
||||
%if %beta
|
||||
--enable-debug \
|
||||
--enable-cassert \
|
||||
@ -696,10 +701,6 @@ install -d $RPM_BUILD_ROOT/etc/pam.d
|
||||
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/postgresql
|
||||
%endif
|
||||
|
||||
# Create the directory for sockets.
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{?_localstatedir}/run/postgresql
|
||||
|
||||
# ... and make a tmpfiles script to recreate it at reboot.
|
||||
mkdir -p $RPM_BUILD_ROOT%{_tmpfilesdir}
|
||||
install -m 0644 %{SOURCE9} $RPM_BUILD_ROOT%{_tmpfilesdir}/postgresql.conf
|
||||
|
||||
@ -1076,8 +1077,8 @@ make -C postgresql-setup-%{setup_version} check
|
||||
%{_datadir}/pgsql/sql_features.txt
|
||||
%{_datadir}/pgsql/system_constraints.sql
|
||||
%{_datadir}/pgsql/system_functions.sql
|
||||
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
|
||||
%{_datadir}/pgsql/system_views.sql
|
||||
%{_datadir}/pgsql/fix-CVE-2024-4317.sql
|
||||
%{_datadir}/pgsql/timezonesets/
|
||||
%{_datadir}/pgsql/tsearch_data/
|
||||
%dir %{_datadir}/postgresql-setup
|
||||
@ -1116,7 +1117,7 @@ make -C postgresql-setup-%{setup_version} check
|
||||
%attr(644,postgres,postgres) %config(noreplace) %{?_localstatedir}/lib/pgsql/.bash_profile
|
||||
%attr(700,postgres,postgres) %dir %{?_localstatedir}/lib/pgsql/backups
|
||||
%attr(700,postgres,postgres) %dir %{?_localstatedir}/lib/pgsql/data
|
||||
%attr(755,postgres,postgres) %dir %{?_localstatedir}/run/postgresql
|
||||
%ghost %attr(755,postgres,postgres) %dir %{?_rundir}/postgresql
|
||||
%if %pam
|
||||
%config(noreplace) /etc/pam.d/postgresql
|
||||
%endif
|
||||
@ -1217,9 +1218,23 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 22 2024 Lukas Javorsky <ljavorsk@redhat.com> - 16.6-1
|
||||
- Update to 16.6
|
||||
- Fixes: CVE-2024-10976 CVE-2024-10978 CVE-2024-10979
|
||||
|
||||
* Fri Aug 16 2024 Ales Nezbeda <anezbeda@redhat.com> - 16.4-2
|
||||
- Fix build on 16.4
|
||||
|
||||
* Tue Aug 6 2024 Filip Janus <fjanus@redhat.com> - 16.4-1
|
||||
- Update to 16.4
|
||||
|
||||
* Tue Jul 30 2024 Filip Janus <fjanus@redhat.com> - 16.1-3
|
||||
- Remove /var/run/postgresql
|
||||
- Related: RHEL-51275
|
||||
|
||||
* Mon Jul 15 2024 Filip Janus <fjanus@redhat.com> - 16.1-2
|
||||
- Enable lz4 and zstd support
|
||||
|
||||
* Mon Jan 08 2024 Filip Janus <fjanus@redhat.com> - 16.1-1
|
||||
- Update to 16.1
|
||||
- Update upgrade server to 15.5
|
||||
|
Loading…
Reference in New Issue
Block a user