From 09c42d4aebc320d6bb8e2d9468a95c44044153b8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Nov 2025 22:16:26 +0000 Subject: [PATCH] import UBI postgresql16-16.10-1.el10_1 --- postgresql16.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/postgresql16.spec b/postgresql16.spec index 262e703..49ef6fa 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -542,6 +542,9 @@ find . -type f -name Makefile -exec sed -i -e "s/SO_MAJOR_VERSION=\s\?\([0-9]\+\ # remove .gitignore files to ensure none get into the RPMs (bug #642210) find . -type f -name .gitignore | xargs rm +cat > postgresql16.tmpfiles.conf </dev/null 2>&1 || : /usr/sbin/useradd -M -N -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \ @@ -1237,6 +1242,7 @@ make -C postgresql-setup-%{setup_version} check %if %pam %config(noreplace) /etc/pam.d/postgresql %endif +%{_tmpfilesdir}/postgresql16.conf %files -n %{pkgname}-server-devel -f devel.lst @@ -1334,9 +1340,12 @@ make -C postgresql-setup-%{setup_version} check %changelog -* Fri Aug 15 2025 Filip Janus - 16.10-1 +* Fri Sep 5 2025 Filip Janus - 16.10-2 - Update to 16.10 +* Tue Jul 22 2025 Filip Janus - 16.8-2 +- Add tmpfiles.d configuration + * Wed Feb 19 2025 Filip Janus - 16.8-1 - Update to 16.8 - Fix CVE-2025-1094