automatic version update by autodist [release 17.0-1mamba;Sun Sep 29 2024]
This commit is contained in:
parent
0394424e17
commit
41a2f6a8b5
@ -3,8 +3,8 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: postgresql
|
||||
Version: 16.4
|
||||
Release: 2mamba
|
||||
Version: 17.0
|
||||
Release: 1mamba
|
||||
Summary: An object-relational database management system (ORDBMS)
|
||||
Group: Applications/Databases
|
||||
Vendor: openmamba
|
||||
@ -247,7 +247,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/postmaster
|
||||
%{_unitdir}/postgresql.service
|
||||
%{_tmpfilesdir}/postgresql.conf
|
||||
%dir %dir %{_localstatedir}/lib/pgsql
|
||||
@ -260,7 +259,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_libdir}/postgresql/*.so
|
||||
%{_libdir}/postgresql/llvmjit_types.bc
|
||||
%exclude %{_libdir}/postgresql/_int.so
|
||||
%exclude %{_libdir}/postgresql/adminpack.so
|
||||
%exclude %{_libdir}/postgresql/autoinc.so
|
||||
%exclude %{_libdir}/postgresql/btree_gist.so
|
||||
%exclude %{_libdir}/postgresql/cube.so
|
||||
@ -306,18 +304,11 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_libdir}/pkgconfig/libecpg_compat.pc
|
||||
%{_libdir}/pkgconfig/libpgtypes.pc
|
||||
%{_libdir}/pkgconfig/libpq.pc
|
||||
%doc HISTORY INSTALL README
|
||||
|
||||
#%files tcltk
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/pltcl_*
|
||||
#%{_bindir}/pgtclsh
|
||||
#%{_bindir}/pgtksh
|
||||
%doc HISTORY
|
||||
|
||||
%files contrib
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/postgresql/_int.so
|
||||
%{_libdir}/postgresql/adminpack.so
|
||||
%{_libdir}/postgresql/autoinc.so
|
||||
%{_libdir}/postgresql/btree_gist.so
|
||||
%{_libdir}/postgresql/cube.so
|
||||
@ -354,12 +345,13 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root)
|
||||
#%doc doc/src/sgml
|
||||
#%doc %{name}-%{majver}-US.pdf
|
||||
%dir %{_libdir}/postgresql/tutorial
|
||||
%{_libdir}/postgresql/tutorial/*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 29 2024 Automatic Build System <autodist@openmamba.org> 17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 16.4-2mamba
|
||||
- postgresql-server: provide user and group postgres
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user