postgresql-server: provide user and group postgres [release 16.4-2mamba;Tue Aug 13 2024]

This commit is contained in:
Silvan Calarco 2024-08-14 11:55:22 +02:00
parent 5f02d90450
commit 0394424e17

View File

@ -3,8 +3,8 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: postgresql
Version: 16.3
Release: 1mamba
Version: 16.4
Release: 2mamba
Summary: An object-relational database management system (ORDBMS)
Group: Applications/Databases
Vendor: openmamba
@ -77,6 +77,8 @@ Summary: PostgreSQL DBMS server
Group: System/Database
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-contrib = %{?epoch:%epoch:}%{version}-%{release}
Provides: user(postgres)
Provides: group(postgres)
%description server
PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department.
@ -234,7 +236,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_bindir}/create*
%{_bindir}/drop*
%{_bindir}/init*
#%{_bindir}/ipcclean
%{_bindir}/pg_*
%{_bindir}/postgres
%{_bindir}/psql
@ -242,7 +243,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_bindir}/vacuumdb
%dir %{_datadir}/doc/postgresql
%{_datadir}/doc/postgresql/*
#%{_mandir}/man1/*
%doc COPYRIGHT
%files server
@ -360,6 +360,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_libdir}/postgresql/tutorial/*
%changelog
* Tue Aug 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 16.4-2mamba
- postgresql-server: provide user and group postgres
* Fri Aug 09 2024 Automatic Build System <autodist@openmamba.org> 16.4-1mamba
- automatic version update by autodist
* Fri May 10 2024 Automatic Build System <autodist@openmamba.org> 16.3-1mamba
- automatic version update by autodist