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) %define majver %(echo %version | cut -d. -f 1-2)
Name: postgresql Name: postgresql
Version: 16.3 Version: 16.4
Release: 1mamba Release: 2mamba
Summary: An object-relational database management system (ORDBMS) Summary: An object-relational database management system (ORDBMS)
Group: Applications/Databases Group: Applications/Databases
Vendor: openmamba Vendor: openmamba
@ -77,6 +77,8 @@ Summary: PostgreSQL DBMS server
Group: System/Database Group: System/Database
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-contrib = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name}-contrib = %{?epoch:%epoch:}%{version}-%{release}
Provides: user(postgres)
Provides: group(postgres)
%description server %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. 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}/create*
%{_bindir}/drop* %{_bindir}/drop*
%{_bindir}/init* %{_bindir}/init*
#%{_bindir}/ipcclean
%{_bindir}/pg_* %{_bindir}/pg_*
%{_bindir}/postgres %{_bindir}/postgres
%{_bindir}/psql %{_bindir}/psql
@ -242,7 +243,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_bindir}/vacuumdb %{_bindir}/vacuumdb
%dir %{_datadir}/doc/postgresql %dir %{_datadir}/doc/postgresql
%{_datadir}/doc/postgresql/* %{_datadir}/doc/postgresql/*
#%{_mandir}/man1/*
%doc COPYRIGHT %doc COPYRIGHT
%files server %files server
@ -360,6 +360,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_libdir}/postgresql/tutorial/* %{_libdir}/postgresql/tutorial/*
%changelog %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 * Fri May 10 2024 Automatic Build System <autodist@openmamba.org> 16.3-1mamba
- automatic version update by autodist - automatic version update by autodist