Reinhard Max 2019-11-14 12:38:52 +00:00 committed by Git OBS Bridge
parent ba1957f1d2
commit e646e1cba3
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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