move /usr/bin/postgres from server to main package [release 15.1-2mamba;Thu Jan 26 2023]
This commit is contained in:
parent
6c64b3dd65
commit
f7ae8887f2
@ -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 <silvan.calarco@mambasoft.it> 15.1-2mamba
|
||||
- move /usr/bin/postgres from server to main package
|
||||
|
||||
* Fri Nov 11 2022 Automatic Build System <autodist@mambasoft.it> 15.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user