Hello community, here is the log from the commit of package postgresql for openSUSE:Factory checked in at 2019-10-14 12:31:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql (Old) and /work/SRC/openSUSE:Factory/.postgresql.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql" Mon Oct 14 12:31:13 2019 rev:55 rq:735633 version:11 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes 2019-03-12 09:49:04.619589942 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql.new.2352/postgresql.changes 2019-10-14 12:31:15.184307721 +0200 @@ -1,0 +2,11 @@ +Mon Oct 7 08:26:39 UTC 2019 - Reinhard Max <[email protected]> + +- Use the correct content for .bash_profile (boo#1153168). + +------------------------------------------------------------------- +Mon Sep 23 14:03:32 UTC 2019 - Reinhard Max <[email protected]> + +- Stop shipping SUSEfirewall2 config files (bsc#1151591). +- Fix installation of bash_profile for SLE11 (pre systemd). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql.spec ++++++ --- /var/tmp/diff_new_pack.fK7NkD/_old 2019-10-14 12:31:15.868305939 +0200 +++ /var/tmp/diff_new_pack.fK7NkD/_new 2019-10-14 12:31:15.872305928 +0200 @@ -273,16 +273,18 @@ install -m755 -d %buildroot%{_fillupdir} install -m644 %{S:1} %buildroot%{_fillupdir}/sysconfig.postgresql +%if 0%{?suse_version} < 1550 install -m755 -d %buildroot%fwdir install -m644 %{S:2} %buildroot%fwdir/%fwname +%endif install -m755 -d %buildroot/usr/sbin install -m755 -d %buildroot/usr/share/postgresql -install -m640 %{S:7} %buildroot/usr/share/postgresql/bash_profile install -m755 %{S:7} %buildroot/usr/share/postgresql/install-alternatives %if %{with systemd} +install -m644 %{S:5} %buildroot/usr/share/postgresql/bash_profile install -m755 -d %buildroot/%_tmpfilesdir install -m644 %{S:3} %buildroot%_tmpfilesdir/postgresql.conf install -m755 %{S:6} %buildroot/usr/share/postgresql @@ -292,6 +294,7 @@ ln -sf service %buildroot/usr/sbin/rcpostgresql %else +install -m640 %{S:5} %buildroot/var/lib/pgsql/.bash_profile install -m755 -d %buildroot/etc/init.d install -m755 %{S:0} %buildroot/etc/init.d/postgresql ln -sf /etc/init.d/postgresql %buildroot/usr/sbin/rcpostgresql @@ -370,13 +373,19 @@ %defattr(-,root,root,-) %doc README %attr(750,postgres,postgres) %dir /var/lib/pgsql +%if %{with systemd} %attr(644,root,root) /usr/share/postgresql/bash_profile %ghost %config %attr(640,postgres,postgres) /var/lib/pgsql/.bash_profile +%else +%config %attr(640,postgres,postgres) /var/lib/pgsql/.bash_profile +%endif +%if 0%{?suse_version} < 1550 %if 0%{?suse_version} > 1110 %dir %fwdir %endif %config %fwdir/%fwname +%endif %{_fillupdir}/sysconfig.postgresql /usr/sbin/rcpostgresql
