|
@@ -15,7 +15,7 @@
|
|
|
Summary: PostgreSQL client programs
|
|
|
Summary(ja): PostgreSQL のクライアントプログラム群
|
|
|
Name: postgresql
|
|
|
-Version: 15.3
|
|
|
+Version: 16.0
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: office
|
|
|
Vendor: Project Vine
|
|
@@ -51,6 +51,7 @@ Source6: README.rpm-dist
|
|
|
Source15: postgresql-bashprofile
|
|
|
Source1000: postgresql.service
|
|
|
Source1001: postgresql.tmpfiles.d
|
|
|
+Patch1: llvm17.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: perl build-essential
|
|
@@ -529,10 +530,10 @@ rm -f %{buildroot}%{_mandir}/man1/ecpg.*
|
|
|
|
|
|
%pre server
|
|
|
groupadd -g 26 -o -r postgres >/dev/null 2>&1 || :
|
|
|
-useradd -M -n -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
|
|
|
+useradd -M -N -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
|
|
|
-c "PostgreSQL Server" -u 26 postgres >/dev/null 2>&1 || :
|
|
|
touch /var/log/pgsql
|
|
|
-chown postgres.postgres /var/log/pgsql
|
|
|
+chown postgres:postgres /var/log/pgsql
|
|
|
chmod 0700 /var/log/pgsql
|
|
|
|
|
|
|
|
@@ -739,7 +740,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_bindir}/pg_waldump
|
|
|
%{_bindir}/pgbench
|
|
|
%{_bindir}/postgres
|
|
|
-%{_bindir}/postmaster
|
|
|
%{_mandir}/man1/initdb.*
|
|
|
%{_mandir}/man1/pg_amcheck.*
|
|
|
%{_mandir}/man1/pg_archivecleanup.*
|
|
@@ -759,7 +759,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_mandir}/man1/pg_waldump.*
|
|
|
%{_mandir}/man1/pgbench.*
|
|
|
%{_mandir}/man1/postgres.*
|
|
|
-%{_mandir}/man1/postmaster.*
|
|
|
%dir %{_libdir}/postgresql
|
|
|
%{_libdir}/postgresql/*_and_*.so
|
|
|
%{_libdir}/postgresql/dict_snowball.so
|
|
@@ -842,6 +841,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Nov 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.0-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Fri Aug 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.4-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Fri May 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.3-1
|
|
|
- new upstream release.
|
|
|
|