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