OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=119
This commit is contained in:
parent
ba1957f1d2
commit
e646e1cba3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 12:36:59 UTC 2019 - Reinhard Max <max@suse.com>
|
||||
|
||||
- Sync ownership of /run/postgresql in the file list with tmpfiles.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 13:08:50 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -268,7 +268,6 @@ echo "This is a dummy package to provide a dependency on the default PostgreSQL
|
||||
|
||||
%install
|
||||
mkdir -p %buildroot/var/lib/pgsql/
|
||||
mkdir -p %buildroot/var/run/postgresql
|
||||
|
||||
install -m755 -d %buildroot%{_fillupdir}
|
||||
install -m644 %{S:1} %buildroot%{_fillupdir}/sysconfig.postgresql
|
||||
@ -393,10 +392,10 @@ fi
|
||||
%_tmpfilesdir/postgresql.conf
|
||||
%_unitdir/
|
||||
/usr/share/postgresql/postgresql-script
|
||||
%ghost %dir %attr(1775,root,root) /run/postgresql
|
||||
%ghost %dir %attr(1775,postgres,postgres) /run/postgresql
|
||||
%else
|
||||
%config /etc/init.d/postgresql
|
||||
%dir %attr(1775,root,root) /var/run/postgresql
|
||||
%dir %attr(1775,postgres,postgres) /var/run/postgresql
|
||||
%endif
|
||||
|
||||
%files test
|
||||
|
Loading…
Reference in New Issue
Block a user