From f7ae8887f2626c15dbf025ff2f182117174f3387 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:27:03 +0100 Subject: [PATCH] move /usr/bin/postgres from server to main package [release 15.1-2mamba;Thu Jan 26 2023] --- postgresql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index 46e95a4..53d4dfa 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -4,7 +4,7 @@ Name: postgresql Version: 15.1 -Release: 1mamba +Release: 2mamba Summary: An object-relational database management system (ORDBMS) Group: Applications/Databases Vendor: openmamba @@ -236,6 +236,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_bindir}/init* #%{_bindir}/ipcclean %{_bindir}/pg_* +%{_bindir}/postgres %{_bindir}/psql %{_bindir}/reindexdb %{_bindir}/vacuumdb @@ -247,7 +248,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %files server %defattr(-,root,root) %{_bindir}/postmaster -%{_bindir}/postgres %{_unitdir}/postgresql.service %{_tmpfilesdir}/postgresql.conf %dir %dir %{_localstatedir}/lib/pgsql @@ -360,6 +360,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_libdir}/postgresql/tutorial/* %changelog +* Thu Jan 26 2023 Silvan Calarco 15.1-2mamba +- move /usr/bin/postgres from server to main package + * Fri Nov 11 2022 Automatic Build System 15.1-1mamba - automatic version update by autodist